Update Integrate-your-app-with-Syncthing-receive-folder-sync-status.md

This commit is contained in:
Catfriend1 2025-05-17 11:11:00 +02:00 committed by GitHub
parent b41e79fb61
commit fdd5e108ac

View File

@ -46,7 +46,7 @@ public class SyncStatusReceiver extends BroadcastReceiver {
```
If you have trouble, compare your implementation to the "SyncthingReceiverTestApp":
- Test app: https://github.com/Catfriend1/syncthing-android/releases/download/v1.29.6.1/SyncthingReceiverTestApp.apk
- Test app: https://github.com/Catfriend1/syncthing-android/releases/download/v1.29.6.4/SyncthingReceiverTestApp.apk
- Test app source: https://github.com/Catfriend1/syncthing-android/tree/main/scripts/debug/SyncthingReceiverTestApp
```