We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909703e commit 0ef0230Copy full SHA for 0ef0230
1 file changed
app/build.gradle.kts
@@ -37,8 +37,8 @@ android {
37
applicationId = "com.android.developers.androidify"
38
minSdk = libs.versions.minSdk.get().toInt()
39
targetSdk = 36
40
- versionCode = 3
41
- versionName = "1.1.1"
+ versionCode = 4
+ versionName = "1.1.2"
42
43
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
44
}
0 commit comments