dave08
04/22/2025, 7:04 AMManifest merger failed : uses-sdk:minSdkVersion 21 cannot be smaller than version 24 declared in library [io.arrow-kt:arrow-fx-coroutines-android:2.1.0] /Users/.../.gradle/caches/8.11.1/transforms/045ef252391867439316ddf425145437/transformed/arrow-fx-coroutines-release/AndroidManifest.xml as the library might be using APIs not available in 21
simon.vergauwen
04/22/2025, 7:23 AMminSdk = 24
.
https://github.com/arrow-kt/arrow/blob/ff3db0f8ceae55c1475b20cda4a8a8f9cc854a2e/buildSrc/src/main/kotlin/arrow.kotlin.gradle.kts#L210simon.vergauwen
04/22/2025, 7:25 AMminSdkVersion(9)
, and I cannot find any reference to minSdk
in KotlinX Coroutines although it defines a Android module 🤔dave08
04/22/2025, 7:29 AMsimon.vergauwen
04/22/2025, 7:31 AMminSdk
. Any suggestions with a reference would be great! I'm going to inquiry inside JB for advice in the meanwhile.Stylianos Gakis
04/22/2025, 7:45 AMdave08
04/22/2025, 8:39 AMAlejandro Serrano.Mena
04/22/2025, 5:45 PMdave08
04/23/2025, 5:59 AMsimon.vergauwen
04/23/2025, 7:25 AMand there's too many to just tell everybody "just buy a new device" in our case...That's never really an option 😅 We'll do a 2.1.1 release with a lowered minSdk soon. Since we don't have any actual Android code I don't see any issues.
Alejandro Serrano.Mena
04/25/2025, 1:57 PMAlejandro Serrano.Mena
04/29/2025, 3:25 PMdave08
04/29/2025, 3:40 PM