Android build fix
This commit is contained in:
parent
cc6ceae680
commit
9ae1ddac0d
7 changed files with 79 additions and 3 deletions
|
|
@ -0,0 +1,7 @@
|
|||
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
||||
ext {
|
||||
cdvMinSdkVersion = project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 24
|
||||
// Plugin gradle extensions can append to this to have code run at the end.
|
||||
cdvPluginPostBuildExtras = []
|
||||
cordovaConfig = [:]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue