mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-28 02:06:11 +00:00
Bump version to 0.24.3
Minor build fixes
This commit is contained in:
parent
2da14a0bdd
commit
60ad4f5fa5
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest package="fr.unix_experience.owncloud_sms"
|
<manifest package="fr.unix_experience.owncloud_sms"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:versionCode="46"
|
android:versionCode="47"
|
||||||
android:versionName="0.24.2"> <!-- From Android 4.1 to 7.1 -->
|
android:versionName="0.24.3"> <!-- From Android 4.1 to 7.1 -->
|
||||||
<uses-sdk android:maxSdkVersion="25"/>
|
<uses-sdk android:maxSdkVersion="25"/>
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.READ_SMS"/>
|
<uses-permission android:name="android.permission.READ_SMS"/>
|
||||||
|
@ -36,13 +36,10 @@
|
|||||||
<!-- System strings, do not translate -->
|
<!-- System strings, do not translate -->
|
||||||
<string name="app_name">Nextcloud SMS</string>
|
<string name="app_name">Nextcloud SMS</string>
|
||||||
<string name="account_type">fr.unix_experience.owncloud_sms</string>
|
<string name="account_type">fr.unix_experience.owncloud_sms</string>
|
||||||
<string name="account_authority">fr.unix_experience.owncloud_sms.datasync.provider</string>
|
|
||||||
<string name="slowsync_account_authority">fr.unix_experience.owncloud_sms.datasync.slowsync_provider</string>
|
|
||||||
<string name="target_package">fr.unix_experience.owncloud_sms</string>
|
<string name="target_package">fr.unix_experience.owncloud_sms</string>
|
||||||
<string name="login_logo">Login logo</string>
|
<string name="login_logo">Login logo</string>
|
||||||
|
|
||||||
<!-- System strings: preferences -->
|
<!-- System strings: preferences -->
|
||||||
<string name="shared_preference_file" translatable="false">ownCloudSMSPrefs</string>
|
|
||||||
<string name="pref_lastmsgdate">last_message_date</string>
|
<string name="pref_lastmsgdate">last_message_date</string>
|
||||||
|
|
||||||
<!-- Translations must begin there -->
|
<!-- Translations must begin there -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user