We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7562fd commit 405f884Copy full SHA for 405f884
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
minSdk = libs.versions.minSdk.get().toInt()
18
targetSdk = libs.versions.targetSdk.get().toInt()
19
20
- versionCode = 7
21
- versionName = "v1.2.1"
+ versionCode = 8
+ versionName = "v1.2.2"
22
23
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
24
}
0 commit comments