We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b023b66 commit c75caf0Copy full SHA for c75caf0
mapbox-convention-plugin/src/main/kotlin/com/mapbox/maps/gradle/plugins/internal/MapboxDependencies.kt
@@ -14,7 +14,7 @@ internal object MapboxDependencies {
14
artifact = "android-core",
15
versionRef = "mapboxGlNative",
16
sourceProject = ":maps-core",
17
- snapshotArtifact = "android-core-internal",
+ snapshotArtifact = "android-core",
18
supportsNdkVariant = true
19
)
20
}
0 commit comments