mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Update build tools for Android Studio 3.1
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=190896757
This commit is contained in:
parent
78ff4af6a7
commit
e716e315ff
@ -17,8 +17,8 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
classpath 'com.android.tools.build:gradle:3.1.0'
|
||||||
classpath 'com.novoda:bintray-release:0.8.0'
|
classpath 'com.novoda:bintray-release:0.8.1'
|
||||||
}
|
}
|
||||||
// Workaround for the following test coverage issue. Remove when fixed:
|
// Workaround for the following test coverage issue. Remove when fixed:
|
||||||
// https://code.google.com/p/android/issues/detail?id=226070
|
// https://code.google.com/p/android/issues/detail?id=226070
|
||||||
|
@ -22,7 +22,7 @@ project.ext {
|
|||||||
minSdkVersion = 14
|
minSdkVersion = 14
|
||||||
targetSdkVersion = 27
|
targetSdkVersion = 27
|
||||||
compileSdkVersion = 27
|
compileSdkVersion = 27
|
||||||
buildToolsVersion = '26.0.2'
|
buildToolsVersion = '27.0.3'
|
||||||
testSupportLibraryVersion = '0.5'
|
testSupportLibraryVersion = '0.5'
|
||||||
supportLibraryVersion = '27.0.0'
|
supportLibraryVersion = '27.0.0'
|
||||||
playServicesLibraryVersion = '11.4.2'
|
playServicesLibraryVersion = '11.4.2'
|
||||||
|
@ -35,7 +35,6 @@ class CombinedJavadocPlugin implements Plugin<Project> {
|
|||||||
}
|
}
|
||||||
exclude "**/BuildConfig.java"
|
exclude "**/BuildConfig.java"
|
||||||
exclude "**/R.java"
|
exclude "**/R.java"
|
||||||
destinationDir project.file("$project.buildDir/docs/javadoc")
|
|
||||||
doLast {
|
doLast {
|
||||||
libraryModules.each { libraryModule ->
|
libraryModules.each { libraryModule ->
|
||||||
project.copy {
|
project.copy {
|
||||||
|
@ -16,8 +16,8 @@ if (project.ext.has("exoplayerPublishEnabled")
|
|||||||
apply plugin: 'bintray-release'
|
apply plugin: 'bintray-release'
|
||||||
publish {
|
publish {
|
||||||
artifactId = releaseArtifact
|
artifactId = releaseArtifact
|
||||||
description = releaseDescription
|
desc = releaseDescription
|
||||||
version = releaseVersion
|
publishVersion = releaseVersion
|
||||||
repoName = getBintrayRepo()
|
repoName = getBintrayRepo()
|
||||||
userOrg = 'google'
|
userOrg = 'google'
|
||||||
groupId = 'com.google.android.exoplayer'
|
groupId = 'com.google.android.exoplayer'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user