mirror of
https://github.com/Catfriend1/syncthing-android.git
synced 2025-11-05 13:29:46 +08:00
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
12 lines
357 B
TOML
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" }
|