We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85704cc commit 9687991Copy full SHA for 9687991
1 file changed
app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
12
applicationId = "com.kevinluo.autoglm"
13
minSdk = 24
14
targetSdk = 34
15
- versionCode = 1
16
- versionName = "0.0.1"
+ versionCode = 2
+ versionName = "0.0.2"
17
18
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
19
}
0 commit comments