Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Update version for release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
z-chu committed Jun 1, 2017
1 parent 51d4473 commit f0fb9e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions rxcache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 24
versionCode 2
versionName "2.0.1"
versionCode 3
versionName "2.0.2"
}
buildTypes {
release {
Expand All @@ -36,7 +36,7 @@ publish{
userOrg = 'zchu'
groupId = 'com.zchu'
artifactId = 'rxcache'
publishVersion = '2.0.1'
publishVersion = '2.0.2'
desc = 'This is a cache library for android'
website = 'https://github.com/z-chu/RxCache'
}
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ dependencies {


compile project(':rxcache')
//compile 'com.zchu:rxcache:1.2.0'
//compile 'com.zchu:rxcache:2.0.2'

}

0 comments on commit f0fb9e4

Please sign in to comment.