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

@@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:::ANDROID_GRADLE_PLUGIN::'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
@@ -35,19 +35,19 @@ configure(subprojects.findAll {!it.file('build.gradle').exists() && it.file('bui
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:::ANDROID_GRADLE_PLUGIN::'
}
}
apply plugin: 'android-library'
android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
::if (ANDROID_GRADLE_PLUGIN>="4.0")::ndkPath '::ANDROID_NDK_ROOT_ESCAPED::'::end::
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
@@ -56,7 +56,7 @@ configure(subprojects.findAll {!it.file('build.gradle').exists() && it.file('bui
}
}
}
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api project(':deps:extension-api')