mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
gradle: Have project's build.gradle look for a build-extras.gradle
This commit is contained in:
@@ -190,3 +190,6 @@ def addSigningProps(propsFilePath, signingConfig) {
|
||||
}
|
||||
}
|
||||
|
||||
if (file('build-extras.gradle').exists()) {
|
||||
apply from: 'build-extras.gradle'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user