Aniwave updates (#98)
* new encryption keys * updated extVersionCode to 73 * fixed null exception in episodeListRequest * removed old domains * added custom domain preference * added new episode path id resolution * updated/fixed custom domain preference setting *updated build_push.yml
This commit is contained in:
parent
42065686b3
commit
dcb5c7ef2f
3 changed files with 85 additions and 28 deletions
2
.github/workflows/build_push.yml
vendored
2
.github/workflows/build_push.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
- name: Bump extensions that uses a modified lib
|
||||
if: steps.modified-libs.outputs.any_changed == 'true'
|
||||
run: |
|
||||
./.github/scripts/bump-versions.py ${{ steps.modified-libs.outputs.all_changed_files }}
|
||||
chmod +x ./.github/scripts/bump-versions.py ${{ steps.modified-libs.outputs.all_changed_files }}
|
||||
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@a494d935f4b56874c4a5a87d19af7afcf3a163d0 # v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue