From e9248a8fb221afb471963117f30c42fed5d52d4e Mon Sep 17 00:00:00 2001 From: "xuewu.wei" Date: Tue, 28 May 2019 11:06:45 +0800 Subject: [PATCH] update lib http... --- appcore-demo/build.gradle | 14 +++++++------- appcore/build.gradle | 6 +++--- build.gradle | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/appcore-demo/build.gradle b/appcore-demo/build.gradle index 52bbdccf..c46c207b 100644 --- a/appcore-demo/build.gradle +++ b/appcore-demo/build.gradle @@ -1,14 +1,14 @@ apply plugin: 'com.android.application' apply plugin: 'com.jakewharton.hugo' dependencies { - implementation 'com.squareup.leakcanary:leakcanary-android:1.5' - implementation 'com.android.support:support-v4:27.1.1' - implementation 'com.squareup.okhttp3:okhttp:3.6.0' - implementation 'com.squareup.okio:okio:1.11.0' - implementation 'com.android.support:multidex:1.0.2' + api 'com.squareup.leakcanary:leakcanary-android:1.6.3' + api 'com.android.support:support-v4:27.1.1' + api 'com.squareup.okhttp3:okhttp:3.10.0' + api 'com.squareup.okio:okio:1.14.0' + api 'com.android.support:multidex:1.0.3' //implementation 'testfairy:testfairy-android-sdk:1.+@aar' - implementation project(':appcore') - implementation project(':libdemo') + api project(':appcore') + api project(':libdemo') } android { compileSdkVersion 27 diff --git a/appcore/build.gradle b/appcore/build.gradle index 64bff182..993b1540 100644 --- a/appcore/build.gradle +++ b/appcore/build.gradle @@ -8,9 +8,9 @@ apply from: '../config/quality.gradle' dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.so']) - implementation 'com.android.support:support-v4:27.1.1' - implementation 'com.squareup.okhttp3:okhttp:3.6.0' - implementation 'com.squareup.okio:okio:1.11.0' + api 'com.android.support:support-v4:27.1.1' + api 'com.squareup.okhttp3:okhttp:3.10.0' + api 'com.squareup.okio:okio:1.14.0' } android { diff --git a/build.gradle b/build.gradle index dabb1817..d668637c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,9 +7,9 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.1.4' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' - classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' - classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.2' - classpath "net.saliman:gradle-cobertura-plugin:2.5.4" + classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4' + classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.3' + classpath "net.saliman:gradle-cobertura-plugin:2.6.1" classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1' }