Update android.gradle to v9 (major) (#3105)

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
Mend Renovate
2026-03-22 13:02:55 +00:00
committed by GitHub
parent bc32308327
commit 34afdabcfe
15 changed files with 96 additions and 69 deletions
+3
View File
@@ -8,6 +8,9 @@ plugins {
kotlin {
android {
namespace = "tachiyomi.source.local"
// TODO(antsy): Remove when https://youtrack.jetbrains.com/issue/KT-83319 is resolved
withHostTest { }
}
@OptIn(ExperimentalKotlinGradlePluginApi::class)