We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260ad6d commit e050d51Copy full SHA for e050d51
2 files changed
gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=3.25.0-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401
+VERSION_NAME=3.25.0-rc.2
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-rc.1-SNAPSHOT-06-04--09-23.git-6bc6401'
+ def mapboxSdkVersionSuffix = '25.0-rc.2'
16
def mapboxNavigatorVersion = "324.${mapboxSdkVersionSuffix}"
17
18
def ndkVersionSuffix = ""
0 commit comments