Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 15, 2024
1 parent 8c18bba commit 8e2ae97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/metrics-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand All @@ -35,7 +35,7 @@ jobs:
echo '${{ secrets.RELEASE_KEYSTORE }}' | base64 -di > besttvlauncher.keystore
- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 # v3.4.1
with:
arguments: build
env:
Expand Down
2 changes: 1 addition & 1 deletion tv/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'com.google.devtools.ksp' version '1.9.10-1.0.13'
id 'com.google.devtools.ksp' version '2.0.0-1.0.22'
}

android {
Expand Down

0 comments on commit 8e2ae97

Please sign in to comment.