spotube/gradle
Omer Kaya Ekici ed3743bbea fix(android): use desugar_jdk_libs_nio so URLEncoder.encode(String, Charset) is backported on API < 33
The default desugar_jdk_libs artifact does not include the java.nio/charset backing APIs, so on API < 33 (minSdk 28) NewPipeExtractor's URLEncoder.encode(String, Charset) call throws NoSuchMethodError and the app crashes on launch. The _nio variant backports those APIs (2.1.5 is available for it and matches the AGP 8.13.2 requirement).

Refs #3130
2026-09-20 10:43:52 +03:00
..
wrapper chore: update Gradle wrapper to version 9.4.0 and Kotlin standard library to 2.4.10 2026-08-16 11:57:10 +06:00
gradle-daemon-jvm.properties feat: migration to Compose Multiplatform 2026-06-30 17:00:13 +06:00
libs.versions.toml fix(android): use desugar_jdk_libs_nio so URLEncoder.encode(String, Charset) is backported on API < 33 2026-09-20 10:43:52 +03:00