mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 19:54:44 -07:00
Bump dependencies & add material icons core
Was removed from material3Android
This commit is contained in:
parent
948f140129
commit
d2a7899292
2 changed files with 8 additions and 5 deletions
|
|
@ -87,6 +87,7 @@ dependencies {
|
||||||
implementation(libs.appcompat)
|
implementation(libs.appcompat)
|
||||||
implementation(libs.okhttp)
|
implementation(libs.okhttp)
|
||||||
implementation(libs.androidx.material3.android)
|
implementation(libs.androidx.material3.android)
|
||||||
|
implementation(libs.androidx.material.icons.core)
|
||||||
implementation(libs.kotlinx.serialization.json)
|
implementation(libs.kotlinx.serialization.json)
|
||||||
implementation(libs.androidx.ui.tooling.preview.android)
|
implementation(libs.androidx.ui.tooling.preview.android)
|
||||||
implementation(libs.androidx.navigation.compose)
|
implementation(libs.androidx.navigation.compose)
|
||||||
|
|
|
||||||
|
|
@ -2,22 +2,24 @@
|
||||||
android-gradle-plugin = "8.13.0"
|
android-gradle-plugin = "8.13.0"
|
||||||
androidx-activityCompose = "1.11.0"
|
androidx-activityCompose = "1.11.0"
|
||||||
androidx-lifecycle = "2.9.4"
|
androidx-lifecycle = "2.9.4"
|
||||||
androidx-work = "2.10.4"
|
androidx-work = "2.10.5"
|
||||||
appcompat = "1.7.1"
|
appcompat = "1.7.1"
|
||||||
unifiedpush_distributor = "0.5.0"
|
unifiedpush_distributor = "0.5.0"
|
||||||
unifiedpush_distributor_ui = "0.5.0"
|
unifiedpush_distributor_ui = "0.5.0"
|
||||||
kotlin = "2.2.20"
|
kotlin = "2.2.20"
|
||||||
kotlinx_serializationJson = "1.9.0"
|
kotlinx_serializationJson = "1.9.0"
|
||||||
ktlint = "13.1.0"
|
ktlint = "13.1.0"
|
||||||
material3Android = "1.3.2"
|
material3Android = "1.4.0"
|
||||||
|
materialIconsCore = "1.7.8"
|
||||||
okhttp = "5.1.0"
|
okhttp = "5.1.0"
|
||||||
uiTooling = "1.9.1"
|
uiTooling = "1.9.2"
|
||||||
runtimeAndroid = "1.9.1"
|
runtimeAndroid = "1.9.2"
|
||||||
navigationCompose = "2.9.4"
|
navigationCompose = "2.9.5"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
|
||||||
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
|
||||||
|
androidx-material-icons-core = { module = "androidx.compose.material:material-icons-core", version.ref = "materialIconsCore" }
|
||||||
androidx-material3-android = { group = "androidx.compose.material3", name = "material3-android", version.ref = "material3Android" }
|
androidx-material3-android = { group = "androidx.compose.material3", name = "material3-android", version.ref = "material3Android" }
|
||||||
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "uiTooling" }
|
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "uiTooling" }
|
||||||
androidx-ui-tooling-preview-android = { group = "androidx.compose.ui", name = "ui-tooling-preview-android", version.ref = "uiTooling" }
|
androidx-ui-tooling-preview-android = { group = "androidx.compose.ui", name = "ui-tooling-preview-android", version.ref = "uiTooling" }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue