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 Aug 21, 2017
1 parent 4415210 commit 987f83f
Showing 1 changed file with 3 additions and 3 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 25
versionCode 6
versionName "1.2.3"
versionCode 26
versionName "1.2.6"
}
buildTypes {
release {
Expand All @@ -35,7 +35,7 @@ publish{
userOrg = 'zchu'
groupId = 'com.zchu'
artifactId = 'rxcache'
publishVersion = '1.2.5'
publishVersion = '1.2.6'
desc = 'This is a cache library for android'
website = 'https://github.com/z-chu/RxCache'
}

0 comments on commit 987f83f

Please sign in to comment.