Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - update maven publishing script to enable aar packaging vs…
Browse files Browse the repository at this point in the history
… pom packaging, update gradle tools and wrapper
  • Loading branch information
tobrun committed May 28, 2019
1 parent 1e97480 commit ddb6f74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions platform/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.android.tools.build:gradle:3.4.1'
classpath dependenciesList.licensesPlugin
classpath dependenciesList.kotlinPlugin
classpath dependenciesList.bintrayPlugin
Expand All @@ -24,7 +24,7 @@ allprojects {
// For publishing Maps SDK files to Bintray
maven { url 'https://mapbox.bintray.com/mapbox' }
// Snapshot repository
// maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
// maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/' }
}
}

Expand Down
1 change: 0 additions & 1 deletion platform/android/gradle/gradle-bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ publishing {
version this.version

afterEvaluate {
artifact("$buildDir/outputs/aar/mapbox-android-sdk-release.aar")
artifact(androidSourcesJar)
artifact(androidJavadocsJar)
}
Expand Down
4 changes: 2 additions & 2 deletions platform/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Jan 20 13:53:14 CET 2019
#Tue May 28 09:39:37 CEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 comments on commit ddb6f74

Please sign in to comment.