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 3f6d6d9 commit 1742817Copy full SHA for 1742817
app/build.gradle.kts
@@ -1,3 +1,4 @@
1
+
2
plugins {
3
alias(libs.plugins.android.application)
4
alias(libs.plugins.kotlin.android)
@@ -13,7 +14,7 @@ android {
13
14
applicationId = "com.ggaebiz.ggaebiz"
15
minSdk = 24
16
targetSdk = 35
- versionCode = 1000200
17
+ versionCode = 1000201
18
versionName = "1.0.2"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments