mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1476165 - Part 2: Update Android Gradle plugin to version 3.1.0. r=nalexander,snorp
MozReview-Commit-ID: LR1OWncvuwt --HG-- extra : rebase_source : 6de8f8927e801789d559a7c361c7b434ae1f74c4
This commit is contained in:
parent
343add8e2b
commit
7034598959
@ -58,7 +58,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
||||
classpath 'com.android.tools.build:gradle:3.1.0'
|
||||
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
|
||||
distributionSha256Sum=5c07b3bac2209fbc98fb1fdf6fd831f72429cdf8c503807404eae03d8c8099e5
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
|
||||
distributionSha256Sum=7a2c66d1a78f811d5f37d14630ad21cec5e77a2a4dc61e787e2257a6341016ce
|
||||
|
@ -224,7 +224,9 @@ android.libraryVariants.all { variant ->
|
||||
def javadoc = task "javadoc${name.capitalize()}"(type: Javadoc) {
|
||||
description = "Generate Javadoc for build variant $name"
|
||||
destinationDir = new File(destinationDir, variant.baseName)
|
||||
classpath = files(variant.javaCompile.classpath.files)
|
||||
doFirst {
|
||||
classpath = files(variant.javaCompile.classpath.files)
|
||||
}
|
||||
|
||||
source = files(variant.javaCompile.source)
|
||||
exclude '**/R.java', '**/BuildConfig.java'
|
||||
|
@ -2057,7 +2057,7 @@ dnl ========================================================
|
||||
|
||||
case "$MOZ_BUILD_APP" in
|
||||
mobile/android)
|
||||
MOZ_ANDROID_SDK(26, 26, 26.0.2)
|
||||
MOZ_ANDROID_SDK(26, 26, 27.0.3)
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
platform-tools
|
||||
build-tools;26.0.2
|
||||
build-tools;27.0.3
|
||||
platforms;android-26
|
||||
extras;android;m2repository
|
||||
extras;google;m2repository
|
||||
|
@ -5,7 +5,7 @@ set -x -e
|
||||
echo "running as" $(id)
|
||||
|
||||
: WORKSPACE ${WORKSPACE:=/builds/worker/workspace}
|
||||
: GRADLE_VERSION ${GRADLE_VERSION:=4.1}
|
||||
: GRADLE_VERSION ${GRADLE_VERSION:=4.4}
|
||||
|
||||
set -v
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user