diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index fe3797535f..74bb37273e 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -30,7 +30,7 @@ jobs: ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;35.0.0" - name: Setup Gradle - uses: null2264/actions/gradle-setup@a4d662095a2f2af1ed24f1228eb6e55b0f9f1f29 + uses: null2264/actions/gradle-java-setup@363cb9cf3d66bd9c72ed6860142c6b2c121d7e94 with: java: 17 distro: temurin diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 3c93697182..57f13cf1de 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -43,7 +43,7 @@ jobs: ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;35.0.0" - name: Setup Gradle - uses: null2264/actions/gradle-setup@a4d662095a2f2af1ed24f1228eb6e55b0f9f1f29 + uses: null2264/actions/gradle-java-setup@363cb9cf3d66bd9c72ed6860142c6b2c121d7e94 with: java: 17 distro: temurin @@ -154,7 +154,7 @@ jobs: echo "STAGE=${stage}" >> $GITHUB_OUTPUT - name: Sign APK - uses: null2264/actions/android-signer@a4d662095a2f2af1ed24f1228eb6e55b0f9f1f29 + uses: null2264/actions/android-signer@363cb9cf3d66bd9c72ed6860142c6b2c121d7e94 if: env.VERSION_TAG != '' with: releaseDir: app/build/outputs/apk/standard/${{ steps.version_stage.outputs.STAGE }} diff --git a/.renovaterc.json5 b/.renovaterc.json5 index c28595b97f..6808816504 100644 --- a/.renovaterc.json5 +++ b/.renovaterc.json5 @@ -24,6 +24,8 @@ 'com.github.tachiyomiorg:image-decoder', 'com.github.tachiyomiorg:unifile', 'com.github.tachiyomiorg:conductor-support-preference', + 'com.github.chrisbanes:PhotoView', + 'com.github.PhilJay:MPAndroidChart', ], enabled: false, },