Skip to content

Commit c75caf0

Browse files
committed
use android-core as GL Native snapshot artifact
1 parent b023b66 commit c75caf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapbox-convention-plugin/src/main/kotlin/com/mapbox/maps/gradle/plugins/internal/MapboxDependencies.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ internal object MapboxDependencies {
1414
artifact = "android-core",
1515
versionRef = "mapboxGlNative",
1616
sourceProject = ":maps-core",
17-
snapshotArtifact = "android-core-internal",
17+
snapshotArtifact = "android-core",
1818
supportsNdkVariant = true
1919
)
2020
}

0 commit comments

Comments
 (0)