Enable Core Library Desugaring to support older Android versions

This commit is contained in:
davidoskky 2023-04-12 15:33:07 +02:00
parent 0277fb507c
commit 7473b65027

View File

@ -112,6 +112,8 @@ android {
} }
dependencies { dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")
implementation(project(":shared")) implementation(project(":shared"))
implementation("com.google.android.material:material:1.5.0") implementation("com.google.android.material:material:1.5.0")
implementation("androidx.appcompat:appcompat:1.4.1") implementation("androidx.appcompat:appcompat:1.4.1")