Skip to content

Commit d1f425a

Browse files
Fix #539
1 parent c8e233c commit d1f425a

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

News-Android-App.apk

173 KB
Binary file not shown.

News-Android-App/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="de.luhmer.owncloudnewsreader"
5-
android:versionCode="114"
6-
android:versionName="0.9.9.2"
5+
android:versionCode="115"
6+
android:versionName="0.9.9.3"
77
android:installLocation="auto">
88

99
<uses-permission android:name="android.permission.INTERNET" />

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ Updates
8989
---------------------
9090
9191
92+
0.9.9.3 (Google Play)
93+
---------------------
94+
- Critical bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/539">#539 Can not sync with Nextcloud 11 beta 1</a>
95+
96+
9297
0.9.9.2 (Google Play)
9398
---------------------
9499
- Partial bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/532">#532 Graphical bug in landscape mode 10.1"</a>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.1.3'
8+
classpath 'com.android.tools.build:gradle:2.2.2'
99
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
1010
}
1111
}

0 commit comments

Comments
 (0)