Remove trailing spaces.

This commit is contained in:
Joseph Cloutier
2022-06-11 19:42:59 -04:00
parent b03edaec73
commit 1ff434043c
4 changed files with 20 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:::ANDROID_GRADLE_PLUGIN::'
}
@@ -14,7 +14,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
defaultConfig {
minSdkVersion Integer.parseInt(project.ANDROID_BUILD_MIN_SDK_VERSION)
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION)