cleanup: remove trailing spaces from app/build.gradle (#990)

(in the template)
This commit is contained in:
Chris Brody 2020-06-08 12:42:38 -04:00 committed by GitHub
parent 2a61b751ab
commit 287bfcbaa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,9 +161,9 @@ if (hasBuildExtras2) {
// Set property defaults after extension .gradle files. // Set property defaults after extension .gradle files.
ext.cdvCompileSdkVersion = cdvCompileSdkVersion == null ? ( ext.cdvCompileSdkVersion = cdvCompileSdkVersion == null ? (
defaultCompileSdkVersion == null defaultCompileSdkVersion == null
? privateHelpers.getProjectTarget() ? privateHelpers.getProjectTarget()
: defaultCompileSdkVersion : defaultCompileSdkVersion
) : Integer.parseInt('' + cdvCompileSdkVersion); ) : Integer.parseInt('' + cdvCompileSdkVersion);
if (ext.cdvBuildToolsVersion == null) { if (ext.cdvBuildToolsVersion == null) {