File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 name : ${{ matrix.os }}-unit-test-report
124124 - name : Comment unit test report
125125 if : ${{ hashFiles('**/test-results/**/*.xml') != '' }}
126- uses : mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5.5.1
126+ uses : mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5.6.0
127127 with :
128128 report_paths : ' **/test-results/**/*.xml'
129129 check_name : Unit test report (${{ matrix.os }})
Original file line number Diff line number Diff line change 11[versions ]
22androidBuildTools = " 34.0.0"
3- androidToolsCommon = " 31.10.0 "
3+ androidToolsCommon = " 31.10.1 "
44androidCompileSdk = " 34"
55androidCompileSdkJava11 = " 33"
6- androidGradle = " 8.10.0 "
6+ androidGradle = " 8.10.1 "
77androidMinimumSdk = " 19"
88androidxTestExtJunit = " 1.2.1"
99buildConfig = " 5.6.5"
@@ -12,7 +12,7 @@ dokka = "2.0.0"
1212gradlePluginPublish = " 1.3.1"
1313guava = " 33.4.8-jre"
1414junit4 = " 4.13.2"
15- junit5 = " 5.12.2 "
15+ junit5 = " 5.13.0 "
1616jvmToolchainMin = " 11"
1717jvmToolchain = " 17"
1818kotlin = " 2.1.21"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments