Skip to content

Commit

Permalink
Release v0.27.5 (1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Jan 21, 2025
1 parent 977f7e2 commit 58393ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ android {
if (System.properties.containsKey('versionCodeOverride')) {
versionCode System.getProperty('versionCodeOverride') as Integer
} else {
versionCode 1001
versionCode 1002
}
versionName "0.27.4"
versionName "0.27.5"
if (System.properties.containsKey('versionNameSuffix')) {
versionNameSuffix System.getProperty('versionNameSuffix')
}
Expand Down

0 comments on commit 58393ad

Please sign in to comment.