From 287bfcbaa3ba9f96931a542afa944f2db4f37c0b Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Mon, 8 Jun 2020 12:42:38 -0400 Subject: [PATCH] cleanup: remove trailing spaces from app/build.gradle (#990) (in the template) --- bin/templates/project/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/templates/project/app/build.gradle b/bin/templates/project/app/build.gradle index fdbb7254..c454561d 100644 --- a/bin/templates/project/app/build.gradle +++ b/bin/templates/project/app/build.gradle @@ -161,9 +161,9 @@ if (hasBuildExtras2) { // Set property defaults after extension .gradle files. ext.cdvCompileSdkVersion = cdvCompileSdkVersion == null ? ( - defaultCompileSdkVersion == null + defaultCompileSdkVersion == null ? privateHelpers.getProjectTarget() - : defaultCompileSdkVersion + : defaultCompileSdkVersion ) : Integer.parseInt('' + cdvCompileSdkVersion); if (ext.cdvBuildToolsVersion == null) {