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 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
z-chu committed May 14, 2017
1 parent 1e5a7a8 commit 147a0b3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# RxCache

[ ![Download](https://api.bintray.com/packages/zchu/maven/rxcache/images/download.svg) ](https://bintray.com/zchu/maven/rxcache/_latestVersion)

简单一步,缓存搞定。这是一个专用于RxJava,解决Android中网络请求的缓存处理框架。

<img src="/screenshots/s0.gif" alt="screenshot" title="screenshot" width="270" height="486" />
Expand Down Expand Up @@ -77,6 +80,6 @@ gankApi.getHistoryGank(1)
### 引入
```groovy
dependencies {
compile 'com.zchu:rxcache:1.2.0'
compile 'com.zchu:rxcache:1.2.1'
}
```
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
classpath 'com.novoda:bintray-release:+'
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.novoda:bintray-release:0.5.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -28,7 +28,7 @@ allprojects {
links "http://docs.oracle.com/javase/7/docs/api"
}
}
/* gradle.projectsEvaluated {
/* gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
}
Expand Down
6 changes: 4 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#Mon Dec 28 10:00:20 PST 2015
#Sun May 14 17:51:00 CST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-all.zip
org.gradle.parallel=true
org.gradle.daemon=true
3 changes: 2 additions & 1 deletion rxcache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 24
versionCode 1
versionCode 4
versionName "1.2.1"
}
buildTypes {
Expand All @@ -19,6 +19,7 @@ android {
}
lintOptions {
abortOnError false
checkReleaseBuilds false
}

}
Expand Down

0 comments on commit 147a0b3

Please sign in to comment.