Android build fix

This commit is contained in:
olcxja 2026-05-10 17:09:15 +02:00
commit 9ae1ddac0d
7 changed files with 79 additions and 3 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 : 24
// Plugin gradle extensions can append to this to have code run at the end.
cdvPluginPostBuildExtras = []
cordovaConfig = [:]
}