Compare commits

...

2 commits

Author SHA1 Message Date
renovate[bot]
89c5e997cc
chore(deps): Update null2264/actions digest to 363cb9c (#411)
Some checks are pending
Build app / Build app (push) Waiting to run
Mirror Repository / mirror (push) Waiting to run
* chore(deps): Update null2264/actions digest to 363cb9c

* fix: Action was renamed

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <46041660+null2264@users.noreply.github.com>
2025-05-30 08:49:47 +07:00
e22559b2df
fix(renovate): Ignore more jitpack packages [skip ci] 2025-05-30 08:33:35 +07:00
3 changed files with 5 additions and 3 deletions

View file

@ -30,7 +30,7 @@ jobs:
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;35.0.0" ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;35.0.0"
- name: Setup Gradle - name: Setup Gradle
uses: null2264/actions/gradle-setup@a4d662095a2f2af1ed24f1228eb6e55b0f9f1f29 uses: null2264/actions/gradle-java-setup@363cb9cf3d66bd9c72ed6860142c6b2c121d7e94
with: with:
java: 17 java: 17
distro: temurin distro: temurin

View file

@ -43,7 +43,7 @@ jobs:
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;35.0.0" ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;35.0.0"
- name: Setup Gradle - name: Setup Gradle
uses: null2264/actions/gradle-setup@a4d662095a2f2af1ed24f1228eb6e55b0f9f1f29 uses: null2264/actions/gradle-java-setup@363cb9cf3d66bd9c72ed6860142c6b2c121d7e94
with: with:
java: 17 java: 17
distro: temurin distro: temurin
@ -154,7 +154,7 @@ jobs:
echo "STAGE=${stage}" >> $GITHUB_OUTPUT echo "STAGE=${stage}" >> $GITHUB_OUTPUT
- name: Sign APK - name: Sign APK
uses: null2264/actions/android-signer@a4d662095a2f2af1ed24f1228eb6e55b0f9f1f29 uses: null2264/actions/android-signer@363cb9cf3d66bd9c72ed6860142c6b2c121d7e94
if: env.VERSION_TAG != '' if: env.VERSION_TAG != ''
with: with:
releaseDir: app/build/outputs/apk/standard/${{ steps.version_stage.outputs.STAGE }} releaseDir: app/build/outputs/apk/standard/${{ steps.version_stage.outputs.STAGE }}

View file

@ -24,6 +24,8 @@
'com.github.tachiyomiorg:image-decoder', 'com.github.tachiyomiorg:image-decoder',
'com.github.tachiyomiorg:unifile', 'com.github.tachiyomiorg:unifile',
'com.github.tachiyomiorg:conductor-support-preference', 'com.github.tachiyomiorg:conductor-support-preference',
'com.github.chrisbanes:PhotoView',
'com.github.PhilJay:MPAndroidChart',
], ],
enabled: false, enabled: false,
}, },