Files
syncthing-android/scripts/debug/SyncthingReceiverTestApp/gradle/libs.versions.toml
Catfriend1 81e946d01b scripts/debug: Add SyncthingReceiverTestApp
Uses com.github.catfriend1.syncthingandroid.permission.RECEIVE_SYNC_STATUS to listen to broadcast, e.g. including com.github.catfriend1.syncthingandroid.ACTION_NOTIFY_FOLDER_SYNC_COMPLETE
ref: https://github.com/Catfriend1/syncthing-android/pull/1410
2025-05-13 02:12:56 +02:00

12 lines
357 B
TOML

[versions]
agp = "8.10.0"
androidx-appcompat = "1.7.0"
kotlin = "2.1.20"
[libraries]
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }