File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111before_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
1616script :
1717 - ./gradlew clean testDebugUnitTest jacocoTestReport --info
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.kt3k.coveralls'
33
44android {
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
2626dependencies {
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'
You can’t perform that action at this time.
0 commit comments