mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
Compare commits
2 commits
370bb62ef9
...
89c5e997cc
Author | SHA1 | Date | |
---|---|---|---|
|
89c5e997cc | ||
e22559b2df |
3 changed files with 5 additions and 3 deletions
2
.github/workflows/build_check.yml
vendored
2
.github/workflows/build_check.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/build_push.yml
vendored
4
.github/workflows/build_push.yml
vendored
|
@ -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 }}
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue