Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce61dd22 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Version bump to 0.8.4

parent 0e3348c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="at.bitfire.davdroid"
    android:versionCode="70" android:versionName="0.8.3"
    android:versionCode="71" android:versionName="0.8.4"
    android:installLocation="internalOnly">

    <uses-sdk
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ import net.fortuna.ical4j.model.property.ProdId;

public class Constants {
	public static final String
		APP_VERSION = "0.8.3",
		APP_VERSION = "0.8.4",
		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";