Skip to content

Commit 28dc79d

Browse files
Bump com.google.devtools.ksp from 2.2.0-2.0.2 to 2.2.10-2.0.2 (#1444)
1 parent a773a30 commit 28dc79d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Build with gradle
4747
id: build
48-
run: ./gradlew assemble${{ matrix.variant }}${{ matrix.build_type }} ${{ matrix.extra_build_command_options }}
48+
run: ./gradlew assemble${{ matrix.variant }}${{ matrix.build_type }} ${{ matrix.extra_build_command_options }} --stacktrace
4949

5050
- name: Run unit tests
5151
if: ${{ matrix.run_test == true }}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ gradlePluginVersion = "8.12.0"
2727
dependenciesAnalysisVersion = "2.17.0"
2828
googleServicesVersion = "4.4.2"
2929
junit = "1.3.0"
30-
kotlinVersion = "2.2.0"
30+
kotlinVersion = "2.2.10"
3131
kotlinxDatetimeVersion = "0.6.0"
3232
kryoVersion = "5.1.1"
33-
kspVersion = "2.2.0-2.0.2"
33+
kspVersion = "2.2.10-2.0.2"
3434
legacySupportV13Version = "1.0.0"
3535
libsessionUtilAndroidVersion = "1.0.6"
3636
media3ExoplayerVersion = "1.7.1"

0 commit comments

Comments
 (0)