mirror of
https://github.com/etesync/android
synced 2024-11-13 19:29:01 +00:00
version bump to 0.3.3-alpha
This commit is contained in:
parent
db1f2666e8
commit
59ded55ac1
@ -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="5"
|
||||
android:versionName="0.3.2-alpha" >
|
||||
android:versionCode="6"
|
||||
android:versionName="0.3.3-alpha" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
|
@ -9,7 +9,7 @@ package at.bitfire.davdroid;
|
||||
|
||||
public class Constants {
|
||||
public static final String
|
||||
APP_VERSION = "0.3.2-alpha",
|
||||
APP_VERSION = "0.3.3-alpha",
|
||||
|
||||
ACCOUNT_TYPE = "bitfire.at.davdroid",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user