good state

This commit is contained in:
Fabian Freund
2025-03-07 20:35:35 +01:00
parent 70d1c1b50e
commit 25c9faa3ff
50 changed files with 993 additions and 439 deletions
+7
View File
@@ -1,3 +1,9 @@
//Required by background_fetch build
ext {
compileSdkVersion = 35
targetSdkVersion = 35
}
buildscript {
ext.kotlin_version = '1.9.22'
}
@@ -6,6 +12,7 @@ allprojects {
repositories {
google()
mavenCentral()
//Required by background_fetch build
maven { url "${project(':background_fetch').projectDir}/libs" }
}
}