Merge branch 'master' into viewbinding-migration

This commit is contained in:
Ensar Sarajčić 2023-08-04 10:23:13 +02:00
commit 920a0114c7
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,11 @@
Changelog
==========
Version 6.16.1 *(2023-08-03)*
----------------------------
* Avoid showing locked note contents at the Open Note dialog
Version 6.16.0 *(2023-08-02)*
----------------------------

View File

@ -0,0 +1 @@
* Avoid showing locked note contents at the Open Note dialog

View File

@ -21,8 +21,8 @@ app-build-javaVersion = "VERSION_17"
app-build-kotlinJVMTarget = "17"
#versioning
app-version-appId = "com.simplemobiletools.notes.pro"
app-version-versionCode = "108"
app-version-versionName = "6.16.0"
app-version-versionCode = "109"
app-version-versionName = "6.16.1"
[libraries]
#AndroidX
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }