Skip to content

Commit 32be6f9

Browse files
authored
Fix travis builds (#100)
1 parent a9efc83 commit 32be6f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jdk:
1111
before_install:
1212
- pip install --user codecov
1313
- mkdir "$ANDROID_HOME/licenses" || true
14-
- echo "d56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
14+
- echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" > "$ANDROID_HOME/licenses/android-sdk-license"
1515

1616
script:
1717
- ./gradlew clean testDebugUnitTest jacocoTestReport --info

ParseLiveQuery/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.kt3k.coveralls'
33

44
android {
5-
compileSdkVersion 27
5+
compileSdkVersion 28
66

77
defaultConfig {
88
minSdkVersion 15
9-
targetSdkVersion 27
9+
targetSdkVersion 28
1010
versionCode 1
1111
versionName "1.0"
1212
consumerProguardFiles 'release-proguard.pro'
@@ -24,8 +24,8 @@ android {
2424
}
2525

2626
dependencies {
27-
api "com.github.parse-community.Parse-SDK-Android:parse:1.18.2"
28-
api 'com.squareup.okhttp3:okhttp:3.11.0'
27+
api "com.github.parse-community.Parse-SDK-Android:parse:1.19.0"
28+
api 'com.squareup.okhttp3:okhttp:3.12.1'
2929

3030
testImplementation 'org.robolectric:robolectric:3.3.1'
3131
testImplementation 'org.skyscreamer:jsonassert:1.5.0'

0 commit comments

Comments
 (0)