Update app version to 1.1.1 (4)

This commit is contained in:
Naveen Singh
2025-03-18 22:22:40 +05:30
parent 9306fa45b3
commit f6584982d3

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