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'