Browse Source

Initial commit

YanYi 7 years ago
parent
commit
61073e750f
3 changed files with 4 additions and 4 deletions
  1. 1 1
      README.md
  2. 1 1
      build.gradle
  3. 2 2
      okhttp2/build.gradle

+ 1 - 1
README.md

@@ -4,7 +4,7 @@
 
 module 下添加
 
-     compile 'com.github.love-yanyi:OkHttp:1.0.2'
+     compile 'com.github.love-yanyi:OkHttp:1.0.3'
 
 <br/>
 project 下添加

+ 1 - 1
build.gradle

@@ -7,7 +7,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.0.0'
+        classpath 'com.android.tools.build:gradle:3.0.1'
         classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
         
 

+ 2 - 2
okhttp2/build.gradle

@@ -35,7 +35,7 @@ dependencies {
     androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
     implementation 'com.squareup.okhttp3:okhttp:3.9.0'
     implementation 'com.squareup.okio:okio:1.13.0'
-    implementation 'io.reactivex:rxjava:1.3.3'
-    implementation 'io.reactivex:rxandroid:1.2.1'
+    api 'io.reactivex:rxjava:1.3.3'
+    api 'io.reactivex:rxandroid:1.2.1'
     implementation 'com.github.love-yanyi:Logger:1.0.1'
 }