mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-11 16:32:53 +00:00
Prepare 2.0.0 version & add Go mobile mention
This commit is contained in:
@@ -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!
|
- 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.
|
- 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
|
### Build requirements
|
||||||
- gradle
|
- gradle
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "fr.unix_experience.owncloud_sms"
|
applicationId "fr.unix_experience.owncloud_sms"
|
||||||
versionCode 64
|
versionCode 64
|
||||||
versionName "1.3.4"
|
versionName "2.0.0"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
maxSdkVersion 27
|
maxSdkVersion 27
|
||||||
|
|||||||
Reference in New Issue
Block a user