mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 09:02:50 +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.
|
||||
ext.cdvCompileSdkVersion = cdvCompileSdkVersion == null ? (
|
||||
defaultCompileSdkVersion == null
|
||||
defaultCompileSdkVersion == null
|
||||
? privateHelpers.getProjectTarget()
|
||||
: defaultCompileSdkVersion
|
||||
: defaultCompileSdkVersion
|
||||
) : Integer.parseInt('' + cdvCompileSdkVersion);
|
||||
|
||||
if (ext.cdvBuildToolsVersion == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user