Bump app version to 1.7.2 (versionCode 11) and rebuild APK

This commit is contained in:
2026-06-11 21:31:39 -04:00
parent 84d3592bec
commit 6885f643fa
6 changed files with 217 additions and 39 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId = "com.devlab.app"
minSdk = 26
targetSdk = 37
versionCode = 10
versionName = "1.7.1"
versionCode = 11
versionName = "1.7.2"
}
buildTypes {