Skip to content

Commit

Permalink
chore: bump ver to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amsyarasyiq committed May 4, 2024
1 parent 6266d65 commit 6db5847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "io.github.pyoncord.manager"
minSdk = 28
targetSdk = 34
versionCode = 1004
versionName = "1.0.4"
versionCode = 1005
versionName = "1.0.5"

buildConfigField("String", "GIT_BRANCH", "\"${getCurrentBranch()}\"")
buildConfigField("String", "GIT_COMMIT", "\"${getLatestCommit()}\"")
Expand Down Expand Up @@ -155,4 +155,4 @@ fun exec(vararg command: String): String? {
e.printStackTrace()
null
}
}
}

0 comments on commit 6db5847

Please sign in to comment.