Skip to content

Commit

Permalink
0.9.9-Beta Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Woohyeok Choi committed Oct 20, 2020
1 parent 97e3ecc commit f6aee68
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 @@ -47,8 +47,8 @@ android {
minSdkVersion 23
targetSdkVersion 30

versionCode 30
versionName "0.9.9-alpha"
versionCode 31
versionName "0.9.9-beta"
setProperty("archivesBaseName", "$applicationId-v.$versionName")
buildConfigField("Boolean", "GENERATE_DUMMY_ENTITY", "false")
buildConfigField("String", "SERVER_ADDRESS", "\"${rootProject.ext.server_address}\"")
Expand Down

0 comments on commit f6aee68

Please sign in to comment.