1
0

Add Capacitor Android project and config

This commit is contained in:
avi
2026-05-17 17:21:05 -05:00
parent 1867dde8cb
commit ca8df5531d
57 changed files with 2082 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_21
targetCompatibility JavaVersion.VERSION_21
}
}
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
}
if (hasProperty('postBuildExtras')) {
postBuildExtras()
}