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
44android {
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
2626dependencies {
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
4040jacoco {
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"
0 commit comments