fix app name, update version no, update images

This commit is contained in:
2026-03-11 01:01:15 +05:00
parent c34900a2b1
commit 6becf2907e
14 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ android {
minSdk = 26
targetSdk = 36
versionCode = 1
versionName = "1.1"
versionName = "1.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}