Skip to content

Commit 15e1623

Browse files
committed
Release 1.0.0
Application is stable, reliable and new design has been done by a great contributors.
1 parent afa0fc2 commit 15e1623

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/main/AndroidManifest.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest package="fr.unix_experience.owncloud_sms"
33
xmlns:android="http://schemas.android.com/apk/res/android"
4-
android:versionCode="47"
5-
android:versionName="0.24.3"> <!-- From Android 4.1 to 7.1 -->
6-
<uses-sdk android:maxSdkVersion="25"/>
4+
android:versionCode="48"
5+
android:versionName="1.0.0"> <!-- From Android 4.1 to O -->
6+
<uses-sdk android:maxSdkVersion="26"/>
77

88
<uses-permission android:name="android.permission.READ_SMS"/>
99
<uses-permission android:name="android.permission.WRITE_SMS" />

src/main/res/values/google_playstore_strings.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
* SUCH DAMAGE.
2626
*/
2727
-->
28-
<resources>
28+
<resources
29+
xmlns:tools="http://schemas.android.com/tools"
30+
tools:ignore="MissingTranslation">
2931
<!-- Translation version, reference for translators -->
3032
<string name="gp_translation_version">3</string>
3133

0 commit comments

Comments
 (0)