From 38ef6295038383727b976dff621a15eb19ebf8bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gae=CC=88tan=20Muller?= Date: Mon, 9 Jul 2018 19:59:01 +0200 Subject: [PATCH] Update version code --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 446660dd..1adca644 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,7 +20,7 @@ android { applicationId 'com.mgaetan89.showsrage' minSdkVersion 15 targetSdkVersion 27 - versionCode 37 + versionCode 38 versionName '1.7' resConfigs 'en', 'fr' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'