mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
cleanup: remove trailing spaces from app/build.gradle (#990)
(in the template)
This commit is contained in:
parent
2a61b751ab
commit
287bfcbaa3
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user