Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit b75fe8b

Browse files
authored
Fix version name
1 parent 3247020 commit b75fe8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def generators = [
4747
new StaticVersionGenerator()
4848
]
4949

50-
def versionData = versionGenerator.generateVersion(1, 0, 0, generators)
50+
def versionData = versionGenerator.generateVersion(2, 1, 0, generators)
5151

5252
android {
5353
compileSdkVersion 26
@@ -171,4 +171,4 @@ task svgToDrawablePngPlay(type: SvgDrawableTask) {
171171
doLast {
172172
file('src/main/play/en-US/listing/icon/logo_launcher.png').renameTo(file('src/main/play/en-US/listing/icon/ask_logo.png'))
173173
}
174-
}
174+
}

0 commit comments

Comments
 (0)