Skip to content

Commit

Permalink
Removing unused versions sdk (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum authored Sep 29, 2022
1 parent acc00b1 commit 53207c4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion platform/android/MapboxGLAndroidSDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
apply plugin: "com.jaredsburrows.license"
apply plugin: 'kotlin-android'
apply from: "${rootDir}/gradle/native-build.gradle"
apply plugin: 'com.mapbox.android.sdk.versions'

dependencies {
lintChecks project(":MapboxGLAndroidSDKLint")
Expand Down
1 change: 0 additions & 1 deletion platform/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ buildscript {
classpath dependenciesList.licensesPlugin
classpath dependenciesList.kotlinPlugin
// classpath dependenciesList.jacocoPlugin
classpath dependenciesList.mapboxSdkVersions
classpath dependenciesList.gradleNexus
}
}
Expand Down
2 changes: 0 additions & 2 deletions platform/android/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ ext {
appcenter : '1.4',
ktlint : '0.40.0',
commonsIO : '2.6',
mapboxSdkVersions: '1.0.1',
assertj : "3.11.1",
gradleNexus : "1.1.0"
]
Expand Down Expand Up @@ -80,7 +79,6 @@ ext {
lintChecks : "com.android.tools.lint:lint-checks:${versions.lint}",
lintTests : "com.android.tools.lint:lint-tests:${versions.lint}",
ktlint : "com.pinterest:ktlint:${versions.ktlint}",
mapboxSdkVersions : "com.mapbox.mapboxsdk:mapbox-android-sdk-versions:${versions.mapboxSdkVersions}",

gradleNexus : "io.github.gradle-nexus:publish-plugin:${versions.gradleNexus}"
]
Expand Down

0 comments on commit 53207c4

Please sign in to comment.