Skip to content

Commit cf870ad

Browse files
committed
Release v0.27.3 (1000)
1 parent a962e6d commit cf870ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ android {
2323
if (System.properties.containsKey('versionCodeOverride')) {
2424
versionCode System.getProperty('versionCodeOverride') as Integer
2525
} else {
26-
versionCode 999
26+
versionCode 1000
2727
}
28-
versionName "0.27.2"
28+
versionName "0.27.3"
2929
if (System.properties.containsKey('versionNameSuffix')) {
3030
versionNameSuffix System.getProperty('versionNameSuffix')
3131
}

0 commit comments

Comments
 (0)