We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbc374 commit 9e75044Copy full SHA for 9e75044
2 files changed
gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=3.25.0-SNAPSHOT-05-13--02-05.git-6f98316
+VERSION_NAME=3.25.0-alpha.6
2
3
# Project-wide Gradle settings.
4
POM_URL=https://github.com/mapbox/mapbox-navigation-android
gradle/dependencies.gradle
@@ -12,7 +12,7 @@ ext {
12
// Release Train depends on these two lines below
13
// https://github.com/mapbox/release-train/blob/bd530da200d62fb45166ef91d7d892d90a453fa6/backend/model/step/navcoreandroid/PrepareChangelogNavCore.py#L122-L124
14
15
- def mapboxSdkVersionSuffix = '25.0-SNAPSHOT-05-13--02-05.git-6f98316'
+ def mapboxSdkVersionSuffix = '25.0-alpha.6'
16
def mapboxNavigatorVersion = "324.${mapboxSdkVersionSuffix}"
17
18
def ndkVersionSuffix = ""
0 commit comments