Consistently use tabs in build.gradle.

This commit is contained in:
player-03
2016-05-28 05:19:27 -04:00
committed by Joshua Granick
parent 28e9fe1a14
commit 2788dec2a5
3 changed files with 47 additions and 47 deletions

View File

@@ -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
}