From 40af5f204ed767963714261ef308939d80f59d9e Mon Sep 17 00:00:00 2001 From: FranckRJ Date: Mon, 22 Jan 2024 22:13:34 +0100 Subject: [PATCH] =?UTF-8?q?M=C3=A0j=202.1.9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 1 - app/build.gradle | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 55c0ec2..0f86676 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/app/build.gradle b/app/build.gradle index 36a37ca..80830dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,10 +9,10 @@ android { targetSdkVersion 34 compileSdk 34 buildToolsVersion = "34.0.0" - versionCode 2_001_2_008 - versionName "2.1.8" + versionCode 2_001_2_009 + versionName "2.1.9" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - resourceConfigurations += ['fr'] + resourceConfigurations = ['fr'] } compileOptions { sourceCompatibility = '1.8'