mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
Add getOrganizationName workaround (#174)
Disable user operation shortcuts when user removed Fix crash when getting password complexity (#178) Update dependencies
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
[versions]
|
||||
agp = "8.13.0"
|
||||
kotlin = "2.2.20"
|
||||
kotlin = "2.2.21"
|
||||
|
||||
navigation-compose = "2.9.5"
|
||||
composeBom = "2025.10.00"
|
||||
composeBom = "2025.10.01"
|
||||
accompanist-drawablepainter = "0.37.3"
|
||||
accompanist-permissions = "0.37.3"
|
||||
shizuku = "13.1.5"
|
||||
@@ -40,4 +40,4 @@ serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization
|
||||
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" }
|
||||
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version = "2.2.20" }
|
||||
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version = "2.2.21" }
|
||||
|
||||
Reference in New Issue
Block a user