v1.0.68: fix two-way DATA LOSS — list remote recursively
Build & Release APK / build (push) Successful in 12m54s
Build & Release APK / build (push) Successful in 12m54s
The remote was listed Depth:1 (top level only) while the local folder is walked recursively. Files inside remote subfolders looked 'missing from remote', so TWO_WAY + mirror-delete ran DELETE_LOCAL and wiped them off the device. Now walk the remote tree (Depth:1 per dir) so subfolder files are matched and never falsely deleted.
This commit is contained in:
+2
-2
@@ -1,2 +1,2 @@
|
||||
VERSION_NAME=1.0.67
|
||||
VERSION_CODE=68
|
||||
VERSION_NAME=1.0.68
|
||||
VERSION_CODE=69
|
||||
|
||||
Reference in New Issue
Block a user