mirror of
https://github.com/revanced/revanced-manager-compose.git
synced 2025-05-08 08:44:26 +02:00

* feat: add Dashboard Screen and Sources Screen * fix: fix tab onClick not working * refactor: remove AppBar --------- Co-authored-by: CnC-Robert <CnC.Rob3rt@gmail.com>
6 lines
200 B
Plaintext
6 lines
200 B
Plaintext
plugins {
|
|
id("com.android.application") version "8.0.0" apply false
|
|
id("com.android.library") version "8.0.0" apply false
|
|
id("org.jetbrains.kotlin.android") version "1.8.20" apply false
|
|
}
|