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 ba983f3 commit 74de25bCopy full SHA for 74de25b
app/build.gradle.kts
@@ -19,8 +19,8 @@ android {
19
applicationId = "dev.chungjungsoo.gptmobile"
20
minSdk = 31
21
targetSdk = 36
22
- versionCode = 15
23
- versionName = "0.6.3"
+ versionCode = 16
+ versionName = "0.7.0"
24
25
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
26
vectorDrawables {
0 commit comments