mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
gradle: Have project's build.gradle look for a build-extras.gradle
This commit is contained in:
parent
0d313a3964
commit
6b71c2f392
@ -190,3 +190,6 @@ def addSigningProps(propsFilePath, signingConfig) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (file('build-extras.gradle').exists()) {
|
||||||
|
apply from: 'build-extras.gradle'
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user