Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit e0e66788 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé Committed by GitHub
Browse files

Merge pull request #9234 from terofeev/fix-android-7-use-nio-desugaring

Fix crash on Android 7 when fetching emails.
parents 921d72c0 7e10f523
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ android {
}

dependencies {
    coreLibraryDesugaring(libs.android.desugar)
    coreLibraryDesugaring(libs.android.desugar.nio)

    implementation(platform(libs.kotlin.bom))
    implementation(platform(libs.koin.bom))
+1 −0
Original line number Diff line number Diff line
@@ -128,6 +128,7 @@ spotless = { id = "com.diffplug.spotless", version.ref = "spotlessPlugin" }
android-billing = { module = "com.android.billingclient:billing", version.ref = "androidBilling" }
android-billing-ktx = { module = "com.android.billingclient:billing-ktx", version.ref = "androidBilling" }
android-desugar = { module = "com.android.tools:desugar_jdk_libs", version.ref = "androidDesugar" }
android-desugar-nio = { module = "com.android.tools:desugar_jdk_libs_nio", version.ref = "androidDesugar" }
android-material = { module = "com.google.android.material:material", version.ref = "androidMaterial" }
android-tools-common = { module = "com.android.tools:common", version.ref = "androidTools" }
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidxActivity" }