Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pylixonly committed May 1, 2024
1 parent 59c36c2 commit 3cfdf9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 = 1000
versionName = "1.0.0"
versionCode = 1002
versionName = "1.0.2"

buildConfigField("String", "GIT_BRANCH", "\"${getCurrentBranch()}\"")
buildConfigField("String", "GIT_COMMIT", "\"${getLatestCommit()}\"")
Expand Down

0 comments on commit 3cfdf9e

Please sign in to comment.