We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0baba1 commit a3f7890Copy full SHA for a3f7890
maplibre-adapter/build.gradle.kts
@@ -38,6 +38,7 @@ dependencies {
38
implementation(project(":core"))
39
implementation(dependency.aws.signing)
40
implementation(dependency.maplibre.sdk)
41
+ implementation(dependency.gson) // forces maplibre to pull at least the same gson version as other amplify libs
42
implementation(dependency.maplibre.annotations)
43
implementation(dependency.okhttp)
44
implementation(dependency.kotlin.coroutines)
0 commit comments