From cab18f62035035c052ca2bc966a5b0e88219f35c Mon Sep 17 00:00:00 2001 From: Franck W Date: Thu, 19 Oct 2017 20:05:15 +0200 Subject: [PATCH] =?UTF-8?q?Passage=20=C3=A0=20la=20version=201.8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.build.gradle b/app.build.gradle index 66b5955f..d9829724 100644 --- a/app.build.gradle +++ b/app.build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.franckrj.respawnirc" minSdkVersion 15 targetSdkVersion 26 - versionCode 34 - versionName "1.8" + versionCode 35 + versionName "1.8.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {