Merge pull request #102 from FossifyOrg/1.1.1

Release 1.1.1 (4)
This commit is contained in:
Naveen Singh
2025-03-19 00:12:07 +05:30
committed by GitHub
4 changed files with 13 additions and 3 deletions

View File

@@ -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)
----------------------------

View File

@@ -0,0 +1,3 @@
* Fixed security vulnerability in app lock
* Minor bug fixes and improvements
* Added new translations

View File

@@ -1 +1 @@
Fossify Notes
Fossify Notes Beta

View File

@@ -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" }