瀏覽代碼

Merge branch 'master' of http://dzgogs.hw.hongweisoft.com/great_transition/great_self_pda

zhongzhao 9 月之前
父節點
當前提交
b09ca0685a
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      app/build.gradle

+ 4 - 4
app/build.gradle

@@ -93,8 +93,8 @@ dependencies {
 
     implementation 'com.xw.repo:xedittext:2.1.0@aar'
 
-    api 'com.jakewharton:butterknife:10.2.3'
-    annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
+    implementation 'com.jakewharton:butterknife:10.2.3'
+    implementation 'com.jakewharton:butterknife-compiler:10.2.3'
     implementation 'com.squareup.retrofit2:converter-scalars:2.2.0'
     implementation 'com.squareup.retrofit2:converter-gson:2.2.0'
     implementation 'com.squareup.retrofit2:adapter-rxjava2:2.2.0'
@@ -103,8 +103,8 @@ dependencies {
     implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.34'
     implementation 'com.jakewharton:butterknife:10.2.3'
     implementation 'com.blankj:utilcode:1.30.5'
-    api 'io.reactivex.rxjava2:rxjava:2.0.6'
-    api 'io.reactivex.rxjava2:rxandroid:2.0.1'
+    implementation 'io.reactivex.rxjava2:rxjava:2.0.6'
+    implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
     implementation 'com.squareup.okhttp3:okhttp:3.8.1'
 
     implementation 'com.hjq:titlebar:5.0'