Update SDK, Gradle and packages

Fix timezone issues
Add timezone tests
This commit is contained in:
Geoffroy Bonneville
2026-07-16 13:53:51 -04:00
parent c2c146a28e
commit 897b1892e5
15 changed files with 1335 additions and 147 deletions
+5 -5
View File
@@ -13,9 +13,9 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.13.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21'
classpath 'org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21'
classpath 'com.android.tools.build:gradle:9.3.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10'
classpath 'org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.2.10'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -23,8 +23,8 @@ buildscript {
}
plugins {
id("com.google.devtools.ksp") version "2.0.21-1.0.27" apply false
id("com.google.dagger.hilt.android") version "2.57.2" apply false
id("com.google.devtools.ksp") version '2.3.2' apply false
id("com.google.dagger.hilt.android") version "2.60.1" apply false
}
allprojects {