mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
Refresh activate status when ownership transferred to OwnDroid Set Start user session message and End user session message separately Set Long support message and Short support message separately Simplify code
36 lines
1.7 KiB
TOML
36 lines
1.7 KiB
TOML
[versions]
|
|
agp = "8.5.0"
|
|
kotlin = "2.0.0"
|
|
|
|
androidx-activity-compose = "1.9.0"
|
|
navigation-compose = "2.7.7"
|
|
material3 = "1.2.1"
|
|
accompanist-drawablepainter = "0.35.0-alpha"
|
|
shizuku = "13.1.5"
|
|
biometric = "1.2.0-alpha05"
|
|
fragment = "1.8.0-beta01"
|
|
dhizuku = "2.5.2"
|
|
hiddenApiBypass = "4.3"
|
|
serialization = "1.7.1"
|
|
|
|
[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" }
|
|
|
|
accompanist-drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version.ref = "accompanist-drawablepainter" }
|
|
androidx-biometric = { group = "androidx.biometric", name = "biometric", version.ref = "biometric" }
|
|
|
|
shizuku-provider = { module = "dev.rikka.shizuku:provider", version.ref = "shizuku" }
|
|
shizuku-api = { module = "dev.rikka.shizuku:api", version.ref = "shizuku" }
|
|
dhizuku-api = { module = "io.github.iamr0s:Dhizuku-API", version.ref = "dhizuku" }
|
|
hiddenApiBypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version.ref = "hiddenApiBypass" }
|
|
androidx-fragment = { group = "androidx.fragment", name = "fragment", version.ref = "fragment" }
|
|
|
|
serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "serialization" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|