Skip to content

Commit e5538e0

Browse files
authored
Dependency updates (#105)
1 parent 2cb5787 commit e5538e0

File tree

7 files changed

+65
-64
lines changed

7 files changed

+65
-64
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branches:
66
language: android
77

88
jdk:
9-
- oraclejdk8
9+
- openjdk8
1010

1111
before_install:
1212
- pip install --user codecov

ParseLiveQuery/build.gradle

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
apply plugin: 'com.android.library'
2-
apply plugin: 'com.github.kt3k.coveralls'
1+
apply plugin: "com.android.library"
2+
apply plugin: "com.github.kt3k.coveralls"
33

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

77
defaultConfig {
88
minSdkVersion 15
9-
targetSdkVersion 28
9+
targetSdkVersion 29
1010
versionCode 1
1111
versionName "1.0"
12-
consumerProguardFiles 'release-proguard.pro'
12+
consumerProguardFiles "release-proguard.pro"
1313
}
1414

1515
lintOptions {
@@ -24,18 +24,18 @@ android {
2424
}
2525

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

30-
testImplementation 'org.robolectric:robolectric:3.3.1'
31-
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
32-
testImplementation 'junit:junit:4.12'
33-
testImplementation 'org.mockito:mockito-core:1.10.19'
30+
testImplementation "org.robolectric:robolectric:3.3.1"
31+
testImplementation "org.skyscreamer:jsonassert:1.5.0"
32+
testImplementation "junit:junit:4.12"
33+
testImplementation "org.mockito:mockito-core:1.10.19"
3434
}
3535

3636
//region Code Coverage
3737

38-
apply plugin: 'jacoco'
38+
apply plugin: "jacoco"
3939

4040
jacoco {
4141
toolVersion "0.7.1.201405082137"
@@ -75,4 +75,4 @@ coveralls.jacocoReportPath = "${buildDir}/reports/jacoco/jacocoTestReport/jacoco
7575

7676
//endregion
7777

78-
apply from: 'https://raw.githubusercontent.com/Commit451/gradle-android-javadocs/1.0.0/gradle-android-javadocs.gradle'
78+
apply from: "https://raw.githubusercontent.com/Commit451/gradle-android-javadocs/1.1.0/gradle-android-javadocs.gradle"

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.1.3'
8-
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.2'
7+
classpath "com.android.tools.build:gradle:3.5.2"
8+
classpath "org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.2"
99
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1010
}
1111
}
1212

1313
plugins {
14-
id 'com.github.ben-manes.versions' version '0.20.0'
14+
id "com.github.ben-manes.versions" version "0.27.0"
1515
}
1616

1717
allprojects {

gradle/wrapper/gradle-wrapper.jar

3.73 KB
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Thu Mar 23 00:03:48 PDT 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

gradlew

Lines changed: 43 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 4 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)