Compare commits
20 Commits
18725261e3
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| f1eacee394 | |||
| a000fb4a3d | |||
|
|
16ff2e1bc8 | ||
|
|
6ee16f02ab | ||
| fd05d9b6f5 | |||
| eece41d0ba | |||
|
|
b609704cc1 | ||
|
|
39436f473a | ||
| ce2721025a | |||
|
|
371a2aa35f | ||
| 0f986616ae | |||
|
|
eb948c2e59 | ||
| 4fe43c5fc6 | |||
|
|
eed23b35d4 | ||
| e9d46d0824 | |||
|
|
ccd18f3717 | ||
| 1e78f269c1 | |||
|
|
0740c00014 | ||
| 740526104b | |||
|
|
f807fa62d2 |
@@ -87,7 +87,7 @@ aboutLibraries {
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.compose.material3:material3:1.4.0'
|
||||
implementation "androidx.compose.material:material:1.11.2"
|
||||
implementation "androidx.compose.material:material:1.11.3"
|
||||
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
||||
implementation 'androidx.navigation:navigation-compose:2.9.8'
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
||||
@@ -110,8 +110,8 @@ dependencies {
|
||||
implementation 'com.mikepenz:aboutlibraries-core:14.2.1'
|
||||
|
||||
|
||||
implementation platform('androidx.compose:compose-bom:2026.05.01')
|
||||
debugImplementation 'androidx.compose.ui:ui-tooling:1.11.2'
|
||||
implementation platform('androidx.compose:compose-bom:2026.06.00')
|
||||
debugImplementation 'androidx.compose.ui:ui-tooling:1.11.3'
|
||||
}
|
||||
|
||||
tasks.configureEach { task ->
|
||||
|
||||
Reference in New Issue
Block a user