File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
46
46
- name : Build with gradle
47
47
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
49
49
50
50
- name : Run unit tests
51
51
if : ${{ matrix.run_test == true }}
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ gradlePluginVersion = "8.12.0"
27
27
dependenciesAnalysisVersion = " 2.17.0"
28
28
googleServicesVersion = " 4.4.2"
29
29
junit = " 1.3.0"
30
- kotlinVersion = " 2.2.0 "
30
+ kotlinVersion = " 2.2.10 "
31
31
kotlinxDatetimeVersion = " 0.6.0"
32
32
kryoVersion = " 5.1.1"
33
- kspVersion = " 2.2.0 -2.0.2"
33
+ kspVersion = " 2.2.10 -2.0.2"
34
34
legacySupportV13Version = " 1.0.0"
35
35
libsessionUtilAndroidVersion = " 1.0.6"
36
36
media3ExoplayerVersion = " 1.7.1"
You can’t perform that action at this time.
0 commit comments