Skip to content

Commit

Permalink
Update to 0.9.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Development committed Jan 5, 2019
1 parent 5f62f97 commit ab78860
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - <a href="https://github.com/owncloud/News-Android-App/issues/713">#713 App hangs during sync </a>
Expand Down
2 changes: 1 addition & 1 deletion News-Android-App/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
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="137"
android:versionName="0.9.9.21">
android:versionCode="138"
android:versionName="0.9.9.22">

<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit ab78860

Please sign in to comment.