Delete partial files after 24 hours

This commit is contained in:
Nicholas Wallace
2026-07-19 09:16:35 -07:00
parent 6aeb31b591
commit 0df0a206e7
4 changed files with 126 additions and 17 deletions
+1
View File
@@ -92,6 +92,7 @@ dependencies {
implementation project(':capacitor-cordova-android-plugins')
implementation "androidx.core:core-ktx:$androidx_core_ktx_version"
implementation "androidx.work:work-runtime-ktx:2.9.1"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version"