Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Woohyeok Choi committed Feb 15, 2020
1 parent 54733e6 commit 64d2e11
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ android {
applicationId 'kaist.iclab.abclogger'
minSdkVersion 23
targetSdkVersion 29
versionCode 21
versionName "0.9.8-b"
versionCode 22
versionName "0.9.9"
setProperty('archivesBaseName', applicationId + "-v" + versionName)
buildConfigField("String", "DB_NAME", "\"abc-logger\"")
buildConfigField("String", "PREF_NAME", "\"abc-logger-pref\"")
buildConfigField("Long", "DB_MAX_SIZE", "3145728L")
buildConfigField("Boolean", "IS_TEST_MODE", "true")
buildConfigField("Boolean", "IS_TEST_MODE", "false")
buildConfigField("String", "SERVER_ADDRESS", "\"143.248.100.24:50052\"")
buildConfigField("String", "TEST_SERVER_ADDRESS", "\"143.248.90.87:50055\"")
}
Expand Down
Loading

0 comments on commit 64d2e11

Please sign in to comment.