Update android plugin to 3.0.1 version.

Yay!

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
Yahor Berdnikau 2017-12-21 10:12:10 +01:00
parent 0943276a50
commit c76ffe4db7
6 changed files with 16 additions and 19 deletions

View File

@ -4,6 +4,7 @@ buildscript {
repositories {
jcenter()
google()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
@ -23,6 +24,7 @@ allprojects {
buildscript {
repositories {
jcenter()
google()
}
}

View File

@ -4,8 +4,7 @@ ext.versions = [
compileSdk : 27,
gradle : '4.4.1',
buildTools : "25.0.3",
androidTools : "2.3.3",
androidTools : "3.0.1",
ktlint : "0.12.1",
ktlintGradle : "2.3.0",
detekt : "1.0.0.RC5-4",

View File

@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools
defaultConfig {
minSdkVersion versions.minSdk
@ -23,5 +22,5 @@ android {
}
dependencies {
compile androidSupport.support
api androidSupport.support
}

View File

@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools
defaultConfig {
minSdkVersion versions.minSdk

View File

@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools
defaultConfig {
minSdkVersion versions.minSdk

View File

@ -5,7 +5,6 @@ apply from: "../gradle_scripts/code_quality.gradle"
android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools
defaultConfig {
applicationId "org.moire.ultrasonic"
@ -42,21 +41,21 @@ android {
}
dependencies {
compile project(':menudrawer')
compile project(':pulltorefresh')
compile project(':library')
compile project(':subsonic-api')
implementation project(':menudrawer')
implementation project(':pulltorefresh')
implementation project(':library')
implementation project(':subsonic-api')
compile androidSupport.support
compile androidSupport.design
implementation androidSupport.support
implementation androidSupport.design
compile other.kotlinStdlib
implementation other.kotlinStdlib
testCompile other.kotlinReflect
testCompile testing.junit
testCompile testing.kotlinJunit
testCompile testing.mockitoKotlin
testCompile testing.kluent
testImplementation other.kotlinReflect
testImplementation testing.junit
testImplementation testing.kotlinJunit
testImplementation testing.mockitoKotlin
testImplementation testing.kluent
}
// Excluding all non-kotlin classes