Logo
Explore Help
Register Sign In
xiaji/android-tv
1
0
Fork 0
You've already forked android-tv
Code Issues Pull Requests Actions Packages Projects Releases 1 Wiki Activity
Files
b82cc74aad11d77b9c3c3ba622fa9c390f9fabae
android-tv/build.gradle.kts

6 lines
212 B
Kotlin
Raw Normal View History

fix: resolve emulator crash - thread safety and icon fallback - NativeSearch: move onResult/onError callbacks outside withContext(Dispatchers.IO) to prevent CalledFromWrongThreadException - SearchStrategy: change callback types to suspend to enable proper coroutine chaining - SearchCoordinator: remove leaked CoroutineScope, rely on suspend callback chaining for fallback flow - Resources: add mipmap-hdpi/mdpi/xhdpi/xxhdpi icon fallbacks for API < 26 devices
2026-05-24 21:09:05 +08:00
plugins {
id("com.android.application") version "8.2.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
id("com.google.devtools.ksp") version "1.9.20-1.0.14" apply false
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 15ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API