mirror of
https://github.com/etesync/android
synced 2024-11-15 12:28:57 +00:00
Version bump to 0.5.12
This commit is contained in:
parent
b8df91e12d
commit
0965c8d3a3
@ -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="34"
|
||||
android:versionName="0.5.11" android:installLocation="internalOnly">
|
||||
android:versionCode="35"
|
||||
android:versionName="0.5.12-alpha" android:installLocation="internalOnly">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
|
@ -12,7 +12,7 @@ package at.bitfire.davdroid;
|
||||
|
||||
public class Constants {
|
||||
public static final String
|
||||
APP_VERSION = "0.5.11-alpha",
|
||||
APP_VERSION = "0.5.12-alpha",
|
||||
|
||||
ACCOUNT_TYPE = "bitfire.at.davdroid",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user