From fe69e1d350e585ce213ddfe35af42c2fa82fd1b4 Mon Sep 17 00:00:00 2001 From: David Luhmer Date: Sun, 23 Feb 2020 15:19:29 +0100 Subject: [PATCH] reduce min-api level to 17 / update to 0.9.9.36 Signed-off-by: David Luhmer --- CHANGELOG.md | 5 +++++ News-Android-App/build.gradle | 4 ++-- News-Android-App/src/main/AndroidManifest.xml | 4 ++-- gradle.properties | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea02d759..4112ce90f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.9.9.36 +--------------------- +- Reduce min-api level to 17 + + 0.9.9.35 --------------------- - Fix Single-Sign On related Issues diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index be240bcd3..63b0981dd 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -119,7 +119,7 @@ repositories { final DAGGER_VERSION = '2.22.1' final OKHTTP_VERSION = '3.12.8' final MOCKITO_VERSION = '2.27.0' -final RETROFIT_VERSION = '2.5.0' +final RETROFIT_VERSION = '2.6.4' dependencies { // core android studio module @@ -129,7 +129,7 @@ dependencies { // implementation 'com.google.android.gms:play-services:4.2.42' // implementation project(':Android-SingleSignOn') // implementation project(path: ':MaterialShowcaseView:library', configuration: 'default') - implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.0-rc3' + implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.0-rc4' implementation 'com.github.David-Development:MaterialShowcaseView:bf6afa225d' // https://mvnrepository.com/artifact/androidx.legacy/legacy-support-v4 diff --git a/News-Android-App/src/main/AndroidManifest.xml b/News-Android-App/src/main/AndroidManifest.xml index 8070b2bb3..19f05d5e7 100644 --- a/News-Android-App/src/main/AndroidManifest.xml +++ b/News-Android-App/src/main/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="de.luhmer.owncloudnewsreader" android:installLocation="internalOnly" - android:versionCode="151" - android:versionName="0.9.9.35"> + android:versionCode="152" + android:versionName="0.9.9.36"> diff --git a/gradle.properties b/gradle.properties index 3c50eac76..9d7fad1bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -ANDROID_BUILD_MIN_SDK_VERSION=21 +ANDROID_BUILD_MIN_SDK_VERSION=17 ANDROID_BUILD_TARGET_SDK_VERSION=28 ANDROID_BUILD_TOOLS_VERSION=28.0.3 ANDROID_BUILD_SDK_VERSION=28