Skip to content

Commit

Permalink
Merge pull request #3471 from nextcloud/backport/3469/stable-18.0
Browse files Browse the repository at this point in the history
[stable-18.0] Build(deps): Bump com.github.nextcloud.android-common:ui from 0.12.0 to 0.13.0
  • Loading branch information
AndyScherzinger authored Nov 28, 2023
2 parents ed79a8c + b9b1ab0 commit be10cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit be10cb9

Please sign in to comment.