From 5d0b5d377b9d2ed9187fb3fd29357f859b8af05e Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 10 Feb 2018 00:10:01 +0100 Subject: [PATCH] Prepare 2.0.0 version & add Go mobile mention --- README.md | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d42a888..e19fb04 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ You can find the application documentation here: https://github.com/nerzhul/ownC - We are searching for **translations** into others languages. To contribute please download `res/values/strings.xml` and `res/values/google_playstore_strings.xml` and provide a Pull Request with a translated version! - You can also contribute by adding **patches** in Java code or cleanups. +- Application uses a [GoMobile AAR](https://gitlab.com/nerzhul/ncsmsgo) to have the best performance on phones with modern technologies like HTTP/2.0 ### Build requirements - gradle diff --git a/build.gradle b/build.gradle index ee967d7..a53f83f 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ android { defaultConfig { applicationId "fr.unix_experience.owncloud_sms" versionCode 64 - versionName "1.3.4" + versionName "2.0.0" minSdkVersion 16 targetSdkVersion 27 maxSdkVersion 27