This commit is contained in:
tiago.kayaya
2021-01-15 15:31:43 +01:00
parent 074ba3f0d9
commit 08e3c1500d
4588 changed files with 1389352 additions and 0 deletions
@@ -0,0 +1,6 @@
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
ext {
cdvMinSdkVersion = project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 21
// Plugin gradle extensions can append to this to have code run at the end.
cdvPluginPostBuildExtras = []
}