1 Commits

Author SHA1 Message Date
Renovate Bot
104fd8b3e1 Update dependency @turf/turf to v7.3.3 2026-01-30 02:01:21 +00:00

View File

@@ -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.2" implementation "androidx.compose.material:material:1.10.1"
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'
@@ -105,7 +105,7 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui'
implementation "androidx.activity:activity-ktx:1.12.3" implementation "androidx.activity:activity-ktx:1.12.2"
implementation 'androidx.compose.ui:ui-tooling-preview' implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'com.google.android.material:material:1.13.0' implementation 'com.google.android.material:material:1.13.0'
@@ -119,6 +119,6 @@ dependencies {
implementation 'com.mikepenz:aboutlibraries-core:13.2.1' implementation 'com.mikepenz:aboutlibraries-core:13.2.1'
implementation platform('androidx.compose:compose-bom:2026.01.01') implementation platform('androidx.compose:compose-bom:2026.01.00')
debugImplementation 'androidx.compose.ui:ui-tooling:1.10.1' debugImplementation 'androidx.compose.ui:ui-tooling:1.10.1'
} }