Skip to content

Commit

Permalink
Merge pull request #25 from qluan/master
Browse files Browse the repository at this point in the history
release for 0.1.6
  • Loading branch information
qluan authored Dec 1, 2016
2 parents ba69aa9 + 015c52a commit d7b9f8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Demo 中使用 github 的 raw 文件服务提供一个简单的路由表文件 r
#### gradle

```groovy
compile 'com.douban.rexxar:core:0.1.5'
compile 'com.douban.rexxar:core:0.1.6'
```


Expand Down
2 changes: 1 addition & 1 deletion core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJ_GROUP=com.douban.rexxar
PROJ_VERSION=0.1.5
PROJ_VERSION=0.1.6
PROJ_NAME=rexxar-android
PROJ_WEBSITEURL=https://github.com/douban/rexxar-android
PROJ_ISSUETRACKERURL=https://github.com/douban/rexxar-android/issues
Expand Down
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 5
versionName "0.1.5"
versionCode 6
versionName "0.1.6"
}

lintOptions {
Expand Down

0 comments on commit d7b9f8c

Please sign in to comment.