File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,9 @@ android:
1212 components :
1313 - tools
1414 - platform-tools
15- - build-tools-25.0.2
15+ - build-tools-25.0.3
1616 - android-25
1717 - doc-25
18- - extra-android-m2repository
1918
2019before_install :
2120 - pip install --user codecov
Original file line number Diff line number Diff line change @@ -51,14 +51,13 @@ android {
5151}
5252
5353ext {
54- okhttpVersion = ' 3.6 .0'
54+ okhttpVersion = ' 3.8 .0'
5555}
5656
5757dependencies {
5858 compile " com.android.support:support-annotations:$supportLibVersion "
5959 compile ' com.parse.bolts:bolts-tasks:1.4.0'
6060 compile " com.squareup.okhttp3:okhttp:$okhttpVersion "
61- provided ' com.facebook.stetho:stetho:1.4.2'
6261
6362 // Be aware, tests fail on 3.3.2 Wait to update until
6463 // java.lang.NoClassDefFoundError: android/content/pm/VersionedPackage
Original file line number Diff line number Diff line change @@ -4,25 +4,26 @@ buildscript {
44 jcenter()
55 }
66 dependencies {
7- classpath ' com.android.tools.build:gradle:2.3.1 '
7+ classpath ' com.android.tools.build:gradle:2.3.2 '
88 }
99}
1010
1111plugins {
12- id " com.jfrog.artifactory" version " 4.4.17 "
12+ id " com.jfrog.artifactory" version " 4.4.18 "
1313 id " com.jfrog.bintray" version " 1.7.3"
14- id ' com.github.ben-manes.versions' version ' 0.14 .0'
14+ id ' com.github.ben-manes.versions' version ' 0.15 .0'
1515}
1616
1717allprojects {
1818 repositories {
1919 jcenter()
20+ maven { url " https://maven.google.com" }
2021 }
2122}
2223
2324ext {
2425 compileSdkVersion = 25
25- buildToolsVersion = " 25.0.2 "
26+ buildToolsVersion = " 25.0.3 "
2627
2728 supportLibVersion = ' 25.3.1'
2829
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.5 -all.zip
You can’t perform that action at this time.
0 commit comments