Skip to content

Commit 3847b32

Browse files
committed
Release v0.27.4 (1001)
1 parent 9054575 commit 3847b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
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 1000
26+
versionCode 1001
2727
}
28-
versionName "0.27.3"
28+
versionName "0.27.4"
2929
if (System.properties.containsKey('versionNameSuffix')) {
3030
versionNameSuffix System.getProperty('versionNameSuffix')
3131
}

0 commit comments

Comments
 (0)