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

Release 1.0.0

Application is stable, reliable and new design has been done by a great contributors.
This commit is contained in:
Loic Blot 2017-03-23 20:52:47 +01:00
parent afa0fc2fac
commit 15e16237f1
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
2 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="fr.unix_experience.owncloud_sms"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="47"
android:versionName="0.24.3"> <!-- From Android 4.1 to 7.1 -->
<uses-sdk android:maxSdkVersion="25"/>
android:versionCode="48"
android:versionName="1.0.0"> <!-- From Android 4.1 to O -->
<uses-sdk android:maxSdkVersion="26"/>
<uses-permission android:name="android.permission.READ_SMS"/>
<uses-permission android:name="android.permission.WRITE_SMS" />

View File

@ -25,7 +25,9 @@
* SUCH DAMAGE.
*/
-->
<resources>
<resources
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
<!-- Translation version, reference for translators -->
<string name="gp_translation_version">3</string>