File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ com.google.code.findbugs:jsr305:3.0.2
6060com.google.code.gson:gson:2.11.0
6161com.google.crypto.tink:tink:1.7.0
6262com.google.dagger:dagger:2.28.3
63- com.google.devtools.ksp:symbol-processing-api:2.3.6
64- com.google.devtools.ksp:symbol-processing-common-deps:2.3.6
65- com.google.devtools.ksp:symbol-processing-gradle-plugin:2.3.6
63+ com.google.devtools.ksp:symbol-processing-api:2.3.7
64+ com.google.devtools.ksp:symbol-processing-common-deps:2.3.7
65+ com.google.devtools.ksp:symbol-processing-gradle-plugin:2.3.7
6666com.google.errorprone:error_prone_annotations:2.30.0
6767com.google.flatbuffers:flatbuffers-java:1.12.0
6868com.google.guava:failureaccess:1.0.2
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jdk-target = "1.8"
1010jdk-toolchain = " 17"
1111
1212androidx-activity = " 1.8.2"
13- androidx-appcompat = " 1.7.0 "
13+ androidx-appcompat = " 1.7.1 "
1414androidx-benchmark = " 1.3.4"
1515androidx-cardview = " 1.0.0"
1616androidx-collection = " 1.5.0"
1717# see https://developer.android.com/jetpack/compose/bom/bom-mapping
1818androidx-compose-bom = " 2025.03.01"
19- androidx-constraintlayout = " 2.1.4 "
19+ androidx-constraintlayout = " 2.2.1 "
2020androidx-core = " 1.13.1"
2121androidx-fragment = " 1.8.5"
2222androidx-gridlayout = " 1.0.0"
@@ -47,7 +47,7 @@ filekit-dialogs-compose = "0.10.0-beta03"
4747
4848google-accompanist = " 0.18.0"
4949google-dagger = " 2.40.5"
50- google-ksp = " 2.3.6 "
50+ google-ksp = " 2.3.7 "
5151google-material = " 1.4.0"
5252
5353groovy = " 3.0.9"
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ buildscript {
1717 deps = [
1818 activityktx : ' androidx.activity:activity-ktx:1.8.2' ,
1919 agp : " com.android.tools.build:gradle:8.11.1" ,
20- appcompat : ' androidx.appcompat:appcompat:1.7.0 ' ,
21- constraintlayout : ' androidx.constraintlayout:constraintlayout:2.1.4 ' ,
20+ appcompat : ' androidx.appcompat:appcompat:1.7.1 ' ,
21+ constraintlayout : ' androidx.constraintlayout:constraintlayout:2.2.1 ' ,
2222 kotlin : [
2323 plugin : " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version " ,
2424 stdlib : " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version " ,
You can’t perform that action at this time.
0 commit comments