mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-03-02 21:47:18 -05:00
@@ -1,6 +1,13 @@
|
||||
Changelog
|
||||
==========
|
||||
|
||||
Version 1.1.1 *(2025-03-18)
|
||||
----------------------------
|
||||
|
||||
* Fixed security vulnerability in app lock
|
||||
* Minor bug fixes and improvements
|
||||
* Added more translations
|
||||
|
||||
Version 1.1.0 *(2024-07-22)
|
||||
----------------------------
|
||||
|
||||
|
||||
3
fastlane/metadata/android/en-US/changelogs/4.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/4.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
* Fixed security vulnerability in app lock
|
||||
* Minor bug fixes and improvements
|
||||
* Added new translations
|
||||
@@ -1 +1 @@
|
||||
Fossify Notes
|
||||
Fossify Notes Beta
|
||||
@@ -23,8 +23,8 @@ app-build-javaVersion = "VERSION_17"
|
||||
app-build-kotlinJVMTarget = "17"
|
||||
#versioning
|
||||
app-version-appId = "org.fossify.notes"
|
||||
app-version-versionCode = "3"
|
||||
app-version-versionName = "1.1.0"
|
||||
app-version-versionCode = "4"
|
||||
app-version-versionName = "1.1.1"
|
||||
[libraries]
|
||||
#AndroidX
|
||||
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }
|
||||
|
||||
Reference in New Issue
Block a user