Compare commits
1 Commits
3a578eef15
...
16ed0d9039
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
16ed0d9039 |
@@ -96,7 +96,7 @@ aboutLibraries {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'androidx.compose.material3:material3:1.4.0'
|
implementation 'androidx.compose.material3:material3:1.4.0'
|
||||||
implementation "androidx.compose.material:material:1.10.1"
|
implementation "androidx.compose.material:material:1.10.0"
|
||||||
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
||||||
implementation 'androidx.navigation:navigation-compose:2.9.6'
|
implementation 'androidx.navigation:navigation-compose:2.9.6'
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
||||||
@@ -120,5 +120,5 @@ dependencies {
|
|||||||
|
|
||||||
|
|
||||||
implementation platform('androidx.compose:compose-bom:2025.12.01')
|
implementation platform('androidx.compose:compose-bom:2025.12.01')
|
||||||
debugImplementation 'androidx.compose.ui:ui-tooling:1.10.1'
|
debugImplementation 'androidx.compose.ui:ui-tooling:1.10.0'
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user