Skip to content

Commit

Permalink
Release v0.27.4 (1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Nov 30, 2024
1 parent 9054575 commit 3847b32
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 1000
versionCode 1001
}
versionName "0.27.3"
versionName "0.27.4"
if (System.properties.containsKey('versionNameSuffix')) {
versionNameSuffix System.getProperty('versionNameSuffix')
}
Expand Down

0 comments on commit 3847b32

Please sign in to comment.