diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c3dece5..6c07d9c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ - Single Sign on for all Nextcloud Android Apps! +0.9.9.22 +--------------------- +- Fix - app crash during startup +- Fix - app crash during sync + + 0.9.9.21 --------------------- - Fix - #713 App hangs during sync diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index e68f0b697..35dd0b1db 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -103,7 +103,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.1.3" + implementation 'com.github.nextcloud:Android-SingleSignOn:02e651a18b' implementation 'com.github.David-Development:MaterialShowcaseView:bf6afa225d' implementation "com.android.support:support-v4:${SUPPORT_VERSION}" diff --git a/News-Android-App/src/main/AndroidManifest.xml b/News-Android-App/src/main/AndroidManifest.xml index 673e0a96f..453cf2ac5 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="137" - android:versionName="0.9.9.21"> + android:versionCode="138" + android:versionName="0.9.9.22">