1
0
mirror of https://github.com/etesync/android synced 2024-12-23 15:18:14 +00:00

Version bump to 0.7.3

This commit is contained in:
Ricki Hirner 2015-04-29 00:25:07 +02:00
parent 2683012ec3
commit 9a63dd4693
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="at.bitfire.davdroid"
android:versionCode="58" android:versionName="0.7.3"
android:versionCode="59" android:versionName="0.7.3"
android:installLocation="internalOnly">
<uses-sdk

View File

@ -9,7 +9,7 @@ package at.bitfire.davdroid;
public class Constants {
public static final String
APP_VERSION = "0.7.3-BETA",
APP_VERSION = "0.7.3",
ACCOUNT_TYPE = "bitfire.at.davdroid",
WEB_URL_HELP = "https://davdroid.bitfire.at/configuration?pk_campaign=davdroid-app",
WEB_URL_VIEW_LOGS = "https://github.com/bitfireAT/davdroid/wiki/How-to-view-the-logs";