mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
Set Dark theme in Settings
Add MyViewModel to keep ThemeSettings state Use ListItem to display SSIDs in WiFi SSID Policy Use green color scheme as default color scheme Add Compose BOM dependency, update dependencies
This commit is contained in:
@@ -2,20 +2,20 @@
|
||||
agp = "8.7.2"
|
||||
kotlin = "2.0.21"
|
||||
|
||||
androidx-activity-compose = "1.9.0"
|
||||
navigation-compose = "2.7.7"
|
||||
material3 = "1.2.1"
|
||||
navigation-compose = "2.8.3"
|
||||
composeBom = "2024.10.01"
|
||||
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"
|
||||
serialization = "1.7.3"
|
||||
|
||||
[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-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
|
||||
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" }
|
||||
|
||||
accompanist-drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version.ref = "accompanist-drawablepainter" }
|
||||
|
||||
Reference in New Issue
Block a user