try to work with capacitor

This commit is contained in:
Philipp Neumann
2025-10-06 16:54:48 +02:00
parent 9b1dc054d0
commit 33d360b49b
59 changed files with 1270 additions and 44 deletions

View File

@@ -0,0 +1,19 @@
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
}
}
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
}
if (hasProperty('postBuildExtras')) {
postBuildExtras()
}