From 827b5ea42b283a0e16e4689406d6d6cc05a29a43 Mon Sep 17 00:00:00 2001 From: xphnx <xphnx@riseup.net> Date: Sun, 7 Jan 2018 16:23:48 +0100 Subject: [PATCH] bump vc --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 81cd9ede5..69d630b70 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.xphnx.ameixa" minSdkVersion 16 targetSdkVersion 25 - versionCode 47 - versionName "3.0.8" + versionCode 48 + versionName "3.0.9" } buildTypes { release { -- GitLab