Skip to content

Commit 38e6cf1

Browse files
committed
-fix compatibility, min sdk 26 to 21
1 parent 488c677 commit 38e6cf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ android {
2626
}
2727
}
2828
compileOptions {
29+
coreLibraryDesugaringEnabled true
2930
sourceCompatibility JavaVersion.VERSION_1_8
3031
targetCompatibility JavaVersion.VERSION_1_8
3132
}
@@ -61,5 +62,6 @@ dependencies {
6162
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"
6263

6364
implementation project(':wheel-picker-compose')
65+
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.6"
6466
// implementation 'com.github.commandiron:WheelPickerCompose:1.0.9'
6567
}

0 commit comments

Comments
 (0)