Skip to content

Commit

Permalink
reduce min-api level to 17 / update to 0.9.9.36
Browse files Browse the repository at this point in the history
Signed-off-by: David Luhmer <david-dev@live.de>
  • Loading branch information
David-Development committed Feb 23, 2020
1 parent 5e8c4c2 commit fe69e1d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.9.9.36
---------------------
- Reduce min-api level to 17


0.9.9.35
---------------------
- Fix Single-Sign On related Issues
Expand Down
4 changes: 2 additions & 2 deletions News-Android-App/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions News-Android-App/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">

<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe69e1d

Please sign in to comment.