mirror of
https://github.com/etesync/android
synced 2025-03-25 03:45:46 +00:00
version bump to 0.6.9
* fix i18n
This commit is contained in:
parent
8a75552a4c
commit
49f7bbd8da
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="at.bitfire.davdroid"
|
||||
android:versionCode="47"
|
||||
android:versionName="0.6.8" android:installLocation="internalOnly">
|
||||
android:versionCode="48"
|
||||
android:versionName="0.6.9" android:installLocation="internalOnly">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<string name="app_name">DAVdroid</string>
|
||||
|
||||
<string-array name="http_protocols">
|
||||
<string-array name="login_url_scheme">
|
||||
<item>http://</item>
|
||||
<item>https://</item>
|
||||
</string-array>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<string name="app_name">DAVdroid</string>
|
||||
|
||||
<string-array name="http_protocols">
|
||||
<string-array name="login_url_scheme">
|
||||
<item>http://</item>
|
||||
<item>https://</item>
|
||||
</string-array>
|
||||
|
Loading…
Reference in New Issue
Block a user