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