Skip to content

Commit 15409e8

Browse files
committed
Updated changelog and version properties for new beta release
1 parent 15f7ff0 commit 15409e8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
17-
VERSION_NAME=6.1.0 Alpha 2
18-
VERSION_CODE=292
17+
VERSION_NAME=6.1.0 Beta 1
18+
VERSION_CODE=293
1919
PACKAGE=it.feio.android.omninotes
2020
MIN_SDK=19
2121
TARGET_SDK=30

omniNotes/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ dependencies {
224224
fossImplementation 'com.jakewharton.timber:timber:4.5.1'
225225

226226
testImplementation 'junit:junit:4.12'
227-
implementation "androidx.core:core-ktx:+"
227+
implementation "androidx.core:core-ktx:1.5.0"
228228
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
229229
}
230230

omniNotes/src/main/res/raw/changelog.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<changelog bulletedList="true">
1818

1919
<changelogversion
20-
changeDate="Dec 16, 2020"
21-
versionName="6.1.0 Alpha 1">
20+
changeDate="May 22, 2021 Beta 1"
21+
versionName="6.1.0">
2222
<changelogtext>[b]New![/b] Pin your notes on top of notifications</changelogtext>
2323
<changelogtext>[b]New![/b] Dropped support for Android versions older than KitKat to improve
2424
performances
@@ -31,7 +31,7 @@
3131
</changelogtext>
3232
<changelogtext>[i]Improved![/i] Simplified merging notes: confirmation is no more required
3333
</changelogtext>
34-
<changelogtext>[i]Improved![/i] More intuitive bulk tag editing: all notes'tags will be
34+
<changelogtext>[i]Improved![/i] More intuitive bulk tag editing: all notes' tags will be
3535
preselected for easier management
3636
</changelogtext>
3737
<changelogtext>[i]Improved![/i] Changed position of sharing action in menu to make it faster to

0 commit comments

Comments
 (0)