I Want To Heal 2 build v1.0.0

This commit is contained in:
Warren H
2026-06-23 23:23:24 -04:00
parent 58e131d0b2
commit f1af450ffe
58 changed files with 2021 additions and 16 deletions
+19
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()
}