Reload service after remote profile updated

This commit is contained in:
世界
2024-12-03 12:26:07 +08:00
parent cff12c57dd
commit 95401743e9
11 changed files with 6 additions and 134 deletions

View File

@@ -5,10 +5,10 @@ buildscript {
}
plugins {
id 'com.android.application' version '8.7.2' apply false
id 'com.android.library' version '8.7.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
id 'com.google.devtools.ksp' version '1.9.23-1.0.20' apply false
id 'com.android.application' version '8.7.3' apply false
id 'com.android.library' version '8.7.3' apply false
id 'org.jetbrains.kotlin.android' version '2.1.0' apply false
id 'com.google.devtools.ksp' version '2.1.0-1.0.29' apply false
id 'com.github.triplet.play' version '3.8.4' apply false
}