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 0abb6d0 commit 36d8b78Copy full SHA for 36d8b78
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
applicationId = "dev.chungjungsoo.gptmobile"
18
minSdk = 28
19
targetSdk = 34
20
- versionCode = 9
21
- versionName = "0.5.1"
+ versionCode = 10
+ versionName = "0.5.2"
22
23
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
24
vectorDrawables {
0 commit comments