From bde917d2448ac3833554b9600582b36d7758a006 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Sat, 23 Mar 2019 11:59:41 +0100 Subject: [PATCH] Raise targetSdk to 28 (#378) Raise targetSdk to 28 --- .travis.yml | 4 ++-- app/build.gradle | 14 +++++++------- app/src/main/AndroidManifest.xml | 2 ++ build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 3 ++- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 87acdde8..a2a2e9d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ android: components: - tools - platform-tools - - build-tools-27.0.3 - - android-27 + - build-tools-29.0.0-rc1 + - android-28 - extra-android-m2repository # Install Android NDK (apparently there is no easier way to do this) diff --git a/app/build.gradle b/app/build.gradle index f50d1a33..91af82bc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,15 +7,15 @@ dependencies { implementation 'com.android.support:design:28.0.0' implementation 'com.android.support:recyclerview-v7:28.0.0' implementation 'com.google.zxing:android-integration:3.3.0' - implementation 'com.google.code.gson:gson:2.8.3' + implementation 'com.google.code.gson:gson:2.8.5' implementation 'org.mindrot:jbcrypt:0.4' // com.google.guava:guava:24.1-jre will crash on Android 5.x implementation 'com.google.guava:guava:26.0-android' - implementation 'com.annimon:stream:1.1.9' - implementation 'com.android.volley:volley:1.1.0' + implementation 'com.annimon:stream:1.2.1' + implementation 'com.android.volley:volley:1.1.1' implementation 'com.android.support.constraint:constraint-layout:1.1.3' - implementation 'com.google.dagger:dagger:2.14.1' - annotationProcessor "com.google.dagger:dagger-compiler:2.14.1" + implementation 'com.google.dagger:dagger:2.21' + annotationProcessor "com.google.dagger:dagger-compiler:2.21" androidTestImplementation 'com.android.support.test:rules:1.0.2' androidTestImplementation 'com.android.support:support-annotations:28.0.0' } @@ -23,7 +23,7 @@ dependencies { android { // Changes to these values need to be reflected in `.travis.yml` compileSdkVersion 28 - buildToolsVersion '28.0.3' + buildToolsVersion '29.0.0-rc1' buildTypes.debug.applicationIdSuffix ".debug" dataBinding.enabled = true @@ -36,7 +36,7 @@ android { defaultConfig { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 - targetSdkVersion 26 + targetSdkVersion 28 versionCode 1010005 versionName "1.1.0.5" testApplicationId 'com.github.catfriend1.syncthingandroid.test' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 894525c4..6cce31c1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -19,6 +19,8 @@ + +