From c90f64045d9a57953ac643b01f2c35309b950efe Mon Sep 17 00:00:00 2001 From: xphnx <xphnx@riseup.net> Date: Mon, 30 May 2016 23:02:15 +0200 Subject: [PATCH] bump VC to the TwelF one --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 32bfddd2a..0c96fe307 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.xphnx.ameixa" minSdkVersion 16 targetSdkVersion 23 - versionCode 1 - versionName "0.1" + versionCode 37 + versionName "2.9.8" } buildTypes { release { -- GitLab