Skip to content

Commit

Permalink
update lib http...
Browse files Browse the repository at this point in the history
  • Loading branch information
xuewu.wei committed May 28, 2019
1 parent 2d089dc commit e9248a8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions appcore-demo/build.gradle
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions appcore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit e9248a8

Please sign in to comment.