From 91fe81968835464f6cfa69e9a1cce87bcae4ea83 Mon Sep 17 00:00:00 2001 From: Conny Duck Date: Mon, 19 Nov 2018 16:39:49 +0100 Subject: [PATCH] Release 50 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fccfb0da0..8b27baf3c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.keylesspalace.tusky" minSdkVersion 21 targetSdkVersion 28 - versionCode 49 - versionName "3.1" + versionCode 50 + versionName "4.0 beta 1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }