sets specific versions of platform outputs. adds sources of platforms. removes lockfile.

This commit is contained in:
2026-04-27 10:31:22 +00:00
parent 17cf20f323
commit fea2e2f8f8
71 changed files with 1630 additions and 1192 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 {
implementation project(':anuradev-capacitor-background-mode')
}
if (hasProperty('postBuildExtras')) {
postBuildExtras()
}