We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c250439 commit 1badeb2Copy full SHA for 1badeb2
app/build.gradle.kts
@@ -16,8 +16,8 @@ android {
16
applicationId = "io.github.felitendo.manager"
17
minSdk = 28
18
targetSdk = 34
19
- versionCode = 101
20
- versionName = "v1.0.1"
+ versionCode = 100
+ versionName = "v1.0.0"
21
22
buildConfigField("String", "GIT_BRANCH", "\"${getCurrentBranch()}\"")
23
buildConfigField("String", "GIT_COMMIT", "\"${getLatestCommit()}\"")
0 commit comments