Consistently use tabs in build.gradle.
This commit is contained in:
committed by
Joshua Granick
parent
28e9fe1a14
commit
2788dec2a5
@@ -1,16 +1,16 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.1.0'
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.1.0'
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'android-library'
|
||||
|
||||
android {
|
||||
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
|
||||
// buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
|
||||
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
|
||||
// buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
|
||||
}
|
||||
Reference in New Issue
Block a user