diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 142bdd0dfe..43b1604c07 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -25,7 +25,7 @@ jobs: distribution: "temurin" java-version: 17 - name: Run unit tests with coverage - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 with: arguments: testGplayDebugUnit - name: Upload test artifacts diff --git a/app/build.gradle b/app/build.gradle index 8e1b5c04c3..086a577542 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -307,7 +307,7 @@ dependencies { implementation 'androidx.activity:activity-ktx:1.8.1' - implementation 'com.github.nextcloud.android-common:ui:0.12.0' + implementation 'com.github.nextcloud.android-common:ui:0.13.0' implementation 'com.github.nextcloud-deps:android-talk-webrtc:110.5481.0' }