Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
LuftVerbot committed Feb 5, 2024
1 parent 370f83c commit 13ba247
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 @@ -21,8 +21,8 @@ android {

applicationId = "xyz.luft.tachiyomi.mi"

versionCode = 121
versionName = "0.3"
versionCode = 122
versionName = "0.3.1"

buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
Expand Down

0 comments on commit 13ba247

Please sign in to comment.