Skip to content

Commit

Permalink
use android-core as GL Native snapshot artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
dzinad committed Oct 21, 2024
1 parent b023b66 commit e8ac3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ japicmp = "0.4.1"
# Dependencies

# GlNative and Common are used by the convention plugin
mapboxGlNative = "11.8.0-beta.1"
mapboxGlNative = "11.8.0-beta.1" #change GlNative.snapshotArtifact if you use snapshots older than TODO, ref: https://github.com/mapbox/mapbox-maps-android/pull/2499
mapboxCommon = "24.8.0-beta.1"

mapboxBase = "0.11.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal object MapboxDependencies {
artifact = "android-core",
versionRef = "mapboxGlNative",
sourceProject = ":maps-core",
snapshotArtifact = "android-core-internal",
snapshotArtifact = "android-core", // use "android-core-internal" for snapshots older than TODO, ref: https://github.com/mapbox/mapbox-maps-android/pull/2499
supportsNdkVariant = true
)
}

0 comments on commit e8ac3de

Please sign in to comment.