From 7787abd2b435fc4dca267aa35b8dc6f5a3639d95 Mon Sep 17 00:00:00 2001 From: Vavassor Date: Tue, 18 Jul 2017 00:56:04 -0400 Subject: [PATCH] Release 1.1.4-beta.7 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6c72ce6cc..e1f2e58d0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { applicationId "com.keylesspalace.tusky" minSdkVersion 15 targetSdkVersion 25 - versionCode 23 + versionCode 24 versionName "1.1.4-beta.7" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary true