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:
12
12
components :
13
13
- tools
14
14
- platform-tools
15
- - build-tools-25.0.2
15
+ - build-tools-25.0.3
16
16
- android-25
17
17
- doc-25
18
- - extra-android-m2repository
19
18
20
19
before_install :
21
20
- pip install --user codecov
Original file line number Diff line number Diff line change @@ -51,14 +51,13 @@ android {
51
51
}
52
52
53
53
ext {
54
- okhttpVersion = ' 3.6 .0'
54
+ okhttpVersion = ' 3.8 .0'
55
55
}
56
56
57
57
dependencies {
58
58
compile " com.android.support:support-annotations:$supportLibVersion "
59
59
compile ' com.parse.bolts:bolts-tasks:1.4.0'
60
60
compile " com.squareup.okhttp3:okhttp:$okhttpVersion "
61
- provided ' com.facebook.stetho:stetho:1.4.2'
62
61
63
62
// Be aware, tests fail on 3.3.2 Wait to update until
64
63
// java.lang.NoClassDefFoundError: android/content/pm/VersionedPackage
Original file line number Diff line number Diff line change @@ -4,25 +4,26 @@ buildscript {
4
4
jcenter()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:2.3.1 '
7
+ classpath ' com.android.tools.build:gradle:2.3.2 '
8
8
}
9
9
}
10
10
11
11
plugins {
12
- id " com.jfrog.artifactory" version " 4.4.17 "
12
+ id " com.jfrog.artifactory" version " 4.4.18 "
13
13
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'
15
15
}
16
16
17
17
allprojects {
18
18
repositories {
19
19
jcenter()
20
+ maven { url " https://maven.google.com" }
20
21
}
21
22
}
22
23
23
24
ext {
24
25
compileSdkVersion = 25
25
- buildToolsVersion = " 25.0.2 "
26
+ buildToolsVersion = " 25.0.3 "
26
27
27
28
supportLibVersion = ' 25.3.1'
28
29
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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