Update app version to 1.2.0 (6)

This commit is contained in:
Naveen Singh
2025-01-26 18:07:45 +05:30
parent 4366e59f03
commit b704f43637

View File

@@ -24,8 +24,8 @@ app-build-javaVersion = "VERSION_17"
app-build-kotlinJVMTarget = "17"
#versioning
app-version-appId = "org.fossify.calendar"
app-version-versionCode = "5"
app-version-versionName = "1.1.0"
app-version-versionCode = "6"
app-version-versionName = "1.2.0"
[libraries]
#Android X
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }