chore: Remove folders

This commit is contained in:
Matthew Raymer
2025-03-10 03:38:24 +00:00
parent 46b0c0e7d4
commit 4e0c88b85f
63 changed files with 0 additions and 1587 deletions

View File

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