Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2017-05-29 00:39:27 +0300
committerDavid Luhmer <david-dev@live.de>2017-05-29 00:39:27 +0300
commit43dd65b8a631cf66ab59240de46f1b620668e173 (patch)
tree31e181a940c3f37c917132e25101b573a9c35560
parent91bfd68669d23a3a997398ba105cd761c161f9c8 (diff)
Update to 0.9.9.7v.0.9.9.7
-rw-r--r--News-Android-App.apkbin4715868 -> 4591508 bytes
-rw-r--r--News-Android-App/src/main/AndroidManifest.xml4
-rw-r--r--README.md21
3 files changed, 16 insertions, 9 deletions
diff --git a/News-Android-App.apk b/News-Android-App.apk
index 6e644ffb..c970e3b0 100644
--- a/News-Android-App.apk
+++ b/News-Android-App.apk
Binary files differ
diff --git a/News-Android-App/src/main/AndroidManifest.xml b/News-Android-App/src/main/AndroidManifest.xml
index 627595b8..0c939bfe 100644
--- a/News-Android-App/src/main/AndroidManifest.xml
+++ b/News-Android-App/src/main/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="de.luhmer.owncloudnewsreader"
- android:versionCode="118"
- android:versionName="0.9.9.6"
+ android:versionCode="119"
+ android:versionName="0.9.9.7"
android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
diff --git a/README.md b/README.md
index 71f0817b..94d38f50 100644
--- a/README.md
+++ b/README.md
@@ -52,13 +52,14 @@ Download and install:
2. Navigate to your workspace
3. Then type in:
- ```
+
+
git clone --recursive https://github.com/owncloud/News-Android-App.git
- ```
+
for the dev branch:
- ```
+
git clone --recursive https://github.com/owncloud/News-Android-App.git -b dev
- ```
+
4. Run the following script `News-Android-App/remove_invalid_languages.sh`
@@ -66,10 +67,11 @@ Download and install:
6. If you should ever get a Gradle error `Configuration with name 'default' not found`
while building, execute following commands in the projects root directory:
- ```
+
+
git submodule init
git submodule update
- ```
+
That's all. I hope it works for you! If something is not working, please send me an email to david-dev@live.de
@@ -89,8 +91,13 @@ Updates
---------------------
-0.9.9.7 (in development)
+0.9.9.8 (in development)
+---------------------
+
+
+0.9.9.7 (Google Play)
---------------------
+- Fix several app crashes
0.9.9.6 (Google Play)