mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-05-06 15:24:36 +00:00
fix: change desugaring to NIO flavor and downgrade to 2.0.4
This commit is contained in:
parent
b254ab6fe2
commit
67ed4028fc
@ -122,7 +122,7 @@ flutter {
|
|||||||
|
|
||||||
def glanceVersion = "1.1.1"
|
def glanceVersion = "1.1.1"
|
||||||
dependencies {
|
dependencies {
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.0.4'
|
||||||
|
|
||||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
|
||||||
// other deps so just ignore
|
// other deps so just ignore
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user