Skip to content

Commit a3f7890

Browse files
authored
chore: Force maplibre to use at least Amplify gson version (#2364)
1 parent f0baba1 commit a3f7890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maplibre-adapter/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencies {
3838
implementation(project(":core"))
3939
implementation(dependency.aws.signing)
4040
implementation(dependency.maplibre.sdk)
41+
implementation(dependency.gson) // forces maplibre to pull at least the same gson version as other amplify libs
4142
implementation(dependency.maplibre.annotations)
4243
implementation(dependency.okhttp)
4344
implementation(dependency.kotlin.coroutines)

0 commit comments

Comments
 (0)