Add files for release v0.53.9
All checks were successful
/ build_android (push) Successful in 1m13s

This commit is contained in:
Your Friendly Neighbourhood Robot 2025-07-07 23:02:58 +00:00
parent 1e4c1b0804
commit 97ea54257c
505 changed files with 340038 additions and 143509 deletions

View file

@ -1,5 +1,5 @@
ext {
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.7.0'
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.7.0'
cordovaAndroidVersion = project.hasProperty('cordovaAndroidVersion') ? rootProject.ext.cordovaAndroidVersion : '10.1.1'
}
@ -56,4 +56,4 @@ apply from: "cordova.variables.gradle"
for (def func : cdvPluginPostBuildExtras) {
func()
}
}