Skip to content

Commit c01875b

Browse files
committed
chore: resolve merge conflicts in dependency versions and gradle wrapper
2 parents a6c92cc + b6e42dd commit c01875b

3 files changed

Lines changed: 3 additions & 13 deletions

File tree

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
"Bash(xcodebuild -scheme \"ios-sdk-core\" -destination \"generic/platform=iOS Simulator\" build)",
4949
"Bash(xcodebuild -list)",
5050
"Bash(xcodebuild -scheme MapConductorSampleApp -destination \"generic/platform=iOS Simulator\" build)",
51-
"Bash(xcodebuild -workspace MapConductorSampleApp.xcworkspace -scheme MapConductorSampleApp -destination 'generic/platform=iOS Simulator' build)"
51+
"Bash(xcodebuild -workspace MapConductorSampleApp.xcworkspace -scheme MapConductorSampleApp -destination 'generic/platform=iOS Simulator' build)",
52+
"Bash(git -C /Users/masashi/android-sdk/android-geojson-layer log --oneline bfa194c07a..e75c70bae)",
53+
"Bash(git -C /Users/masashi/android-sdk/android-geojson-layer log --oneline e75c70bae..bfa194c07a)"
5254
],
5355
"deny": [],
5456
"ask": []

gradle/libs.versions.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ lifecycleViewmodelCompose = "2.10.0"
2020
# gradle.properties?kotlinCompilerExtensionVersion??????
2121
compose = "1.11.2"
2222
composeBom = "2026.05.01"
23-
<<<<<<< HEAD
2423
okhttp = "5.4.0"
25-
=======
26-
okhttp = "5.3.2"
27-
>>>>>>> b6e42dde98a8f4d60f94fdd25f3738d99ef35059
2824
runner = "1.7.0"
2925

3026
mapboxAndroid = "11.24.3"
@@ -34,11 +30,7 @@ arcgisMapsKotlin = "200.7.0"
3430
vectordrawable = "1.2.0"
3531
ktLint = "14.2.0"
3632
geographiclib = "2.1"
37-
<<<<<<< HEAD
3833
mapLibreSdk = "13.3.0"
39-
=======
40-
mapLibreSdk = "13.2.0"
41-
>>>>>>> b6e42dde98a8f4d60f94fdd25f3738d99ef35059
4234
mapLibreAnnotation = "3.0.2"
4335
runtime = "1.11.2"
4436
runtimeVersion = "1.11.2"
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#Fri Apr 11 01:40:57 PDT 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
<<<<<<< HEAD
54
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
6-
=======
7-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
8-
>>>>>>> b6e42dde98a8f4d60f94fdd25f3738d99ef35059
95
zipStoreBase=GRADLE_USER_HOME
106
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)