Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkx173 committed Apr 20, 2024
1 parent 5dcb96a commit cf7eda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdk 28
targetSdk sdk
versionCode gitCommitCount
versionName '2.9.9-beta'
versionName '2.9.9'
if (versionName.contains('beta')) {
versionNameSuffix = '.' + commitCountSinceLatestTag
}
Expand Down

0 comments on commit cf7eda5

Please sign in to comment.