Skip to content

Commit

Permalink
VUP 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiMatsumura committed Mar 8, 2018
1 parent d43936a commit b8fcb1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=0.0.1
VERSION_CODE=1
VERSION_NAME=0.0.2
VERSION_CODE=2
USER_ORG=yuki312
GROUP_ID=com.yuki312
ARTIFACT_ID=RxBackoff
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 27
versionCode 1
versionName "1.0"
versionCode VERSION_CODE as int
versionName VERSION_NAME

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit b8fcb1b

Please sign in to comment.