Skip to content

Commit

Permalink
Update: 0.9.9-epsilon
Browse files Browse the repository at this point in the history
  • Loading branch information
Woohyeok Choi committed Oct 26, 2020
1 parent 64a9e43 commit b3d1294
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 33
versionName "0.9.9-delta"
versionCode 34
versionName "0.9.9-epsilon"
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 b3d1294

Please sign in to comment.