feat: implement background sync service for Matrix integration

This commit is contained in:
2026-04-07 20:36:25 +10:00
parent 08b6dce4ee
commit 70f7d41d9a
9 changed files with 522 additions and 2 deletions

View File

@@ -1,7 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
kotlin_version = '1.9.25'
}
repositories {
google()
mavenCentral()
@@ -9,6 +12,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.13.0'
classpath 'com.google.gms:google-services:4.4.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files