Skip to content

Commit

Permalink
fix: Define cordovaConfig gradle variable (#5024)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Sep 9, 2021
1 parent 4d6853e commit 55c217e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/android/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ ext {
cdvMinSdkVersion = project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : ${config.android.minVersion}
// Plugin gradle extensions can append to this to have code run at the end.
cdvPluginPostBuildExtras = []
cordovaConfig = [:]
}`;
await writeFile(
join(config.android.cordovaPluginsDirAbs, 'cordova.variables.gradle'),
Expand Down

0 comments on commit 55c217e

Please sign in to comment.