refactor to place UI in the ui folder

This commit is contained in:
2024-11-29 12:29:56 -07:00
parent 92c981a7e3
commit 09a0c44e50
117 changed files with 199 additions and 0 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_17
targetCompatibility JavaVersion.VERSION_17
}
}
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
}
if (hasProperty('postBuildExtras')) {
postBuildExtras()
}