1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-06 23:46:13 +00:00

Prepare 2.0.0 version & add Go mobile mention

This commit is contained in:
Loic Blot 2018-02-10 00:10:01 +01:00
parent d57810b5d8
commit 5d0b5d377b
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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