File tree Expand file tree Collapse file tree 14 files changed +17
-17
lines changed
Expand file tree Collapse file tree 14 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ allprojects {
3333// In your build.gradle, add the extension with your other dependencies.
3434dependencies {
3535 // Note that the Mapbox Android Auto Extension depends on the entire Mapbox Maps SDK, it will bring the whole Mapbox Maps SDK with the same version as transitive dependency.
36- implementation 'com.mapbox.extension:maps-androidauto:11.17.0-rc.1 '
36+ implementation 'com.mapbox.extension:maps-androidauto:11.17.0-rc.3 '
3737}
3838```
3939
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ allprojects {
5151
5252// In your build.gradle, add the compose extension with your other dependencies.
5353dependencies {
54- implementation 'com.mapbox.extension:maps-compose:11.17.0-rc.1 '
54+ implementation 'com.mapbox.extension:maps-compose:11.17.0-rc.3 '
5555
5656 // Pick your versions of Android Mapbox Map SDK
5757 // Note that Compose extension is compatible with Maps SDK v11.0+.
58- implementation 'com.mapbox.maps:android:11.17.0-rc.1 '
58+ implementation 'com.mapbox.maps:android:11.17.0-rc.3 '
5959}
6060```
6161
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects {
3131
3232// In the app build.gradle file
3333dependencies {
34- implementation 'com.mapbox.extension:maps-localization:11.17.0-rc.1 '
34+ implementation 'com.mapbox.extension:maps-localization:11.17.0-rc.3 '
3535}
3636```
3737
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ allprojects {
3232
3333// In the app build.gradle file
3434dependencies {
35- implementation 'com.mapbox.extension:maps-style:11.17.0-rc.1 '
35+ implementation 'com.mapbox.extension:maps-style:11.17.0-rc.3 '
3636}
3737```
3838
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ allprojects {
3434
3535// In the app build.gradle file
3636dependencies {
37- implementation 'com.mapbox.plugin:maps-animation:11.17.0-rc.1 '
37+ implementation 'com.mapbox.plugin:maps-animation:11.17.0-rc.3 '
3838}
3939```
4040
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ allprojects {
3030
3131// In the app build.gradle file
3232dependencies {
33- implementation 'com.mapbox.plugin:maps-annotation:11.17.0-rc.1 '
33+ implementation 'com.mapbox.plugin:maps-annotation:11.17.0-rc.3 '
3434}
3535```
3636
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ allprojects {
3333
3434// In the app build.gradle file
3535dependencies {
36- implementation 'com.mapbox.plugin:maps-attribution:11.17.0-rc.1 '
36+ implementation 'com.mapbox.plugin:maps-attribution:11.17.0-rc.3 '
3737}
3838```
3939
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ allprojects {
3232
3333// In the app build.gradle file
3434dependencies {
35- implementation 'com.mapbox.plugin:maps-compass:11.17.0-rc.1 '
35+ implementation 'com.mapbox.plugin:maps-compass:11.17.0-rc.3 '
3636 // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
37- implementation 'com.mapbox.plugin:maps-animation:11.17.0-rc.1 '
37+ implementation 'com.mapbox.plugin:maps-animation:11.17.0-rc.3 '
3838}
3939```
4040
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ allprojects {
3030
3131// In the app build.gradle file
3232dependencies {
33- implementation 'com.mapbox.plugin:maps-gestures:11.17.0-rc.1 '
33+ implementation 'com.mapbox.plugin:maps-gestures:11.17.0-rc.3 '
3434 // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin
35- implementation 'com.mapbox.plugin:maps-animation:11.17.0-rc.1 '
35+ implementation 'com.mapbox.plugin:maps-animation:11.17.0-rc.3 '
3636}
3737```
3838
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ allprojects {
3030
3131// In the app build.gradle file
3232dependencies {
33- implementation 'com.mapbox.plugin:maps-lifecycle:11.17.0-rc.1 '
33+ implementation 'com.mapbox.plugin:maps-lifecycle:11.17.0-rc.3 '
3434 // Make sure the version of appcompat is 1.3.0+
3535 implementation 'androidx.appcompat:appcompat:1.3.0'
3636}
You can’t perform that action at this time.
0 commit comments