Skip to content

Commit

Permalink
0.9.9-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Woohyeok Choi committed Oct 11, 2020
1 parent c9479ee commit a3c3272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,5 @@ lint/tmp/


app/apks/

app/debug/
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 27
versionName "0.9.9-d"
versionCode 30
versionName "0.9.9-alpha"
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 a3c3272

Please sign in to comment.