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

Commit

Permalink
Update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
z-chu committed May 13, 2017
1 parent 8d60346 commit 1e5a7a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rxcache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 11
targetSdkVersion 24
versionCode 1
versionName "1.0"
versionName "1.2.1"
}
buildTypes {
release {
Expand All @@ -35,7 +35,7 @@ publish{
userOrg = 'zchu'
groupId = 'com.zchu'
artifactId = 'rxcache'
publishVersion = '1.2.0'
publishVersion = '1.2.1'
desc = 'This is a cache library for android'
website = 'https://github.com/z-chu/RxCache'
}

0 comments on commit 1e5a7a8

Please sign in to comment.