Skip to content

Commit

Permalink
added plugins version (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
ank27 authored Feb 9, 2022
1 parent 63e3715 commit 4355925
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Mapbox welcomes participation and contributions from everyone.

## Dependencies
* Update gl-native to v10.3.1, common to v21.1.0. ([#1105](https://github.com/mapbox/mapbox-maps-android/pull/1105), [#1116](https://github.com/mapbox/mapbox-maps-android/pull/1116))
* Add sdk versions plugin v1.1.3. ([#1123](https://github.com/mapbox/mapbox-maps-android/pull/1123))

# 10.3.0-rc.1 January 26, 2022

Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ buildscript {
classpath(Plugins.license)
classpath(Plugins.mapboxAccessToken)
classpath(Plugins.mapboxSdkRegistry)
classpath(Plugins.mapboxSdkVersionsPlugin)
}
}

Expand Down
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ object Plugins {
const val license = "com.jaredsburrows:gradle-license-plugin:${Versions.pluginLicense}"
const val mapboxAccessToken = "com.mapbox.gradle.plugins:access-token:${Versions.mapboxAccessToken}"
const val mapboxSdkRegistry = "com.mapbox.gradle.plugins:sdk-registry:${Versions.mapboxSdkRegistry}"
const val mapboxSdkVersionsPlugin = "com.mapbox.mapboxsdk:mapbox-android-sdk-versions:${Versions.mapboxSdkVersionsPlugin}"
}

object Dependencies {
Expand Down Expand Up @@ -108,4 +109,5 @@ object Versions {
const val hamcrest = "2.1"
const val equalsVerifier = "3.7"
const val asyncInflater = "1.0.0"
const val mapboxSdkVersionsPlugin = "1.1.3"
}
1 change: 1 addition & 0 deletions sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
kotlin("android")
id("com.jaredsburrows.license")
id("org.jetbrains.dokka")
id("com.mapbox.android.sdk.versions")
}

android {
Expand Down

0 comments on commit 4355925

Please sign in to comment.