mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
26 lines
1.1 KiB
TOML
26 lines
1.1 KiB
TOML
[versions]
|
|
agp = "8.4.0"
|
|
kt-android = "1.9.23"
|
|
|
|
androidx-activity-compose = "1.8.2"
|
|
navigation-compose = "2.7.7"
|
|
material3 = "1.2.1"
|
|
accompanist-drawablepainter = "0.35.0-alpha"
|
|
shizuku = "13.1.5"
|
|
|
|
[libraries]
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity-compose" }
|
|
androidx-material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" }
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation-compose" }
|
|
androidx-ui-graphics = { module = "androidx.compose.ui:ui-graphics" }
|
|
androidx-ui = { module = "androidx.compose.ui:ui" }
|
|
|
|
accompanist-drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version.ref = "accompanist-drawablepainter" }
|
|
|
|
shizuku-provider = { module = "dev.rikka.shizuku:provider", version.ref = "shizuku" }
|
|
shizuku-api = { module = "dev.rikka.shizuku:api", version.ref = "shizuku" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kt-android" }
|