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:
parent
afa0fc2fac
commit
15e16237f1
@ -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" />
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user