mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
New app installer
Update dependencies
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
agp = "8.8.0"
|
||||
kotlin = "2.0.21"
|
||||
|
||||
navigation-compose = "2.8.5"
|
||||
composeBom = "2025.01.00"
|
||||
navigation-compose = "2.8.6"
|
||||
composeBom = "2025.01.01"
|
||||
accompanist-drawablepainter = "0.35.0-alpha"
|
||||
accompanist-permissions = "0.37.0"
|
||||
shizuku = "13.1.5"
|
||||
@@ -15,6 +15,8 @@ serialization = "1.7.3"
|
||||
|
||||
[libraries]
|
||||
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
|
||||
androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
||||
androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
||||
androidx-activity-compose = { module = "androidx.activity:activity-compose" }
|
||||
androidx-material3 = { module = "androidx.compose.material3:material3" }
|
||||
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation-compose" }
|
||||
|
||||
Reference in New Issue
Block a user