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 5f26e1a commit 26cf642Copy full SHA for 26cf642
app/build.gradle.kts
@@ -19,8 +19,8 @@ android {
19
applicationId = "dev.chungjungsoo.gptmobile"
20
minSdk = 31
21
targetSdk = 36
22
- versionCode = 17
23
- versionName = "0.7.1"
+ versionCode = 18
+ versionName = "0.7.2"
24
25
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
26
vectorDrawables {
0 commit comments