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

Update maven publishing script to enable aar packaging #14778

Merged
merged 1 commit into from
May 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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