mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-20 02:20:06 +01:00
Merge branch 'master' into viewbinding-migration
This commit is contained in:
commit
920a0114c7
@ -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)*
|
||||
----------------------------
|
||||
|
||||
|
1
fastlane/metadata/android/en-US/changelogs/109.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/109.txt
Normal file
@ -0,0 +1 @@
|
||||
* Avoid showing locked note contents at the Open Note dialog
|
@ -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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user