File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest package =" fr.unix_experience.owncloud_sms"
3
3
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 " />
7
7
8
8
<uses-permission android : name =" android.permission.READ_SMS" />
9
9
<uses-permission android : name =" android.permission.WRITE_SMS" />
Original file line number Diff line number Diff line change 25
25
* SUCH DAMAGE.
26
26
*/
27
27
-->
28
- <resources >
28
+ <resources
29
+ xmlns : tools =" http://schemas.android.com/tools"
30
+ tools : ignore =" MissingTranslation" >
29
31
<!-- Translation version, reference for translators -->
30
32
<string name =" gp_translation_version" >3</string >
31
33
You can’t perform that action at this time.
0 commit comments