We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23a83b commit 46f8bedCopy full SHA for 46f8bed
1 file changed
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "com.shuyu.gsygithubappcompose"
15
minSdk = 24
16
targetSdk = 36
17
- versionCode = 1
18
- versionName = "1.0.0"
+ versionCode = 2
+ versionName = "1.1.0"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
}
0 commit comments