Compare commits
10 Commits
63a552934c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e19c8eba7f | |||
|
|
867ec40141 | ||
| dd0fd4041c | |||
|
|
b772d8769c | ||
| 92b6e98060 | |||
| 0919c237c8 | |||
|
|
afd79eb2c7 | ||
|
|
d953984df1 | ||
| f606a5c57c | |||
|
|
3e1bfe44df |
@@ -96,7 +96,7 @@ aboutLibraries {
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.compose.material3:material3:1.4.0'
|
||||
implementation "androidx.compose.material:material:1.10.1"
|
||||
implementation "androidx.compose.material:material:1.10.2"
|
||||
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
||||
implementation 'androidx.navigation:navigation-compose:2.9.6'
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
||||
@@ -105,7 +105,7 @@ dependencies {
|
||||
|
||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||
implementation 'androidx.compose.ui:ui'
|
||||
implementation "androidx.activity:activity-ktx:1.12.2"
|
||||
implementation "androidx.activity:activity-ktx:1.12.3"
|
||||
|
||||
implementation 'androidx.compose.ui:ui-tooling-preview'
|
||||
implementation 'com.google.android.material:material:1.13.0'
|
||||
@@ -119,6 +119,6 @@ dependencies {
|
||||
implementation 'com.mikepenz:aboutlibraries-core:13.2.1'
|
||||
|
||||
|
||||
implementation platform('androidx.compose:compose-bom:2026.01.00')
|
||||
implementation platform('androidx.compose:compose-bom:2026.01.01')
|
||||
debugImplementation 'androidx.compose.ui:ui-tooling:1.10.1'
|
||||
}
|
||||
Reference in New Issue
Block a user