Attempt to fix fdroid build

This commit is contained in:
Pieter Vander Vennet 2025-02-13 19:26:18 +01:00
parent 58901ae928
commit 5ca477e3fb
6 changed files with 75 additions and 2 deletions

View file

@ -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 = [:]
}