mirror of
https://github.com/etesync/android
synced 2024-11-14 03:39:52 +00:00
Version bump to 0.5.5-alpha
This commit is contained in:
parent
43cc5c0e7b
commit
4dc65d0144
@ -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="22"
|
||||
android:versionName="0.5.4-alpha" >
|
||||
android:versionCode="23"
|
||||
android:versionName="0.5.5-alpha" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
|
@ -12,7 +12,7 @@ package at.bitfire.davdroid;
|
||||
|
||||
public class Constants {
|
||||
public static final String
|
||||
APP_VERSION = "0.5.4-alpha",
|
||||
APP_VERSION = "0.5.5-alpha",
|
||||
|
||||
ACCOUNT_TYPE = "bitfire.at.davdroid",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user