Skip to content

Commit e741077

Browse files
authored
Merge pull request #677 from Jawnnypoo/updates
A few updates
2 parents d98f847 + 621a8e7 commit e741077

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

2019
before_install:
2120
- pip install --user codecov

Parse/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,13 @@ android {
5151
}
5252

5353
ext {
54-
okhttpVersion = '3.6.0'
54+
okhttpVersion = '3.8.0'
5555
}
5656

5757
dependencies {
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

build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1111
plugins {
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

1717
allprojects {
1818
repositories {
1919
jcenter()
20+
maven { url "https://maven.google.com" }
2021
}
2122
}
2223

2324
ext {
2425
compileSdkVersion = 25
25-
buildToolsVersion = "25.0.2"
26+
buildToolsVersion = "25.0.3"
2627

2728
supportLibVersion = '25.3.1'
2829

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)