Skip to content

Commit

Permalink
-fix compatibility, min sdk 26 to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
commandiron committed Dec 25, 2022
1 parent 488c677 commit 38e6cf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ android {
}
}
compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
Expand Down Expand Up @@ -61,5 +62,6 @@ dependencies {
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"

implementation project(':wheel-picker-compose')
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.6"
// implementation 'com.git.luolix.topmandiron:WheelPickerCompose:1.0.9'
}

0 comments on commit 38e6cf1

Please sign in to comment.