Skip to content

Commit

Permalink
Merge pull request #7 from qluan/master
Browse files Browse the repository at this point in the history
update to 0.1.3
  • Loading branch information
qluan authored Nov 1, 2016
2 parents bbbd2c3 + 55d4964 commit fb42a1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
1 change: 1 addition & 0 deletions core/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
core.iml
/local.properties
/project.properties
/gradle.properties
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "0.1.2"
versionCode 3
versionName "0.1.3"
}
buildTypes {
release {
Expand Down
15 changes: 0 additions & 15 deletions core/gradle.properties

This file was deleted.

4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.douban.rexxar.example"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "0.1.2"
versionCode 3
versionName "0.1.3"
}

lintOptions {
Expand Down

0 comments on commit fb42a1a

Please sign in to comment.