Attempt to fix fdroid build
This commit is contained in:
parent
58901ae928
commit
5ca477e3fb
6 changed files with 75 additions and 2 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 : 22
|
||||
// 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