Enable Core Library Desugaring to support older Android versions
This commit is contained in:
parent
0277fb507c
commit
7473b65027
@ -112,6 +112,8 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")
|
||||
|
||||
implementation(project(":shared"))
|
||||
implementation("com.google.android.material:material:1.5.0")
|
||||
implementation("androidx.appcompat:appcompat:1.4.1")
|
||||
|
Loading…
Reference in New Issue
Block a user