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