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