From 19c8b916e19f8079c011b4cc169af9c9d90c842c Mon Sep 17 00:00:00 2001 From: jarnedemeulemeester Date: Tue, 10 Aug 2021 17:30:08 +0200 Subject: [PATCH] Set versionName to 0.1.0 --- app/build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 876a2b32..7e5c5c38 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ android { minSdkVersion 24 targetSdkVersion 31 versionCode 1 - versionName "1.0.0" + versionName "0.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -29,6 +29,7 @@ android { } } compileOptions { + coreLibraryDesugaringEnabled true sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } @@ -102,4 +103,6 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' } \ No newline at end of file