mirror of
https://github.com/kiwix/kiwix-android-custom.git
synced 2025-09-26 14:21:40 -04:00
Updated Dwds
resource config and changed release format from APK to Bundle (#121)
This commit is contained in:
commit
08d9bdcdd4
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -27,7 +27,6 @@ jobs:
|
||||
run: |
|
||||
echo "$playstore_json" > kiwix-android/playstore.json
|
||||
echo "$keystore" | base64 -d > kiwix-android/kiwix-android.keystore
|
||||
|
||||
- name: Set tag variable
|
||||
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
|
||||
|
||||
@ -97,4 +96,5 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ env.bundle_name }}
|
||||
path: ${{ env.bundle_path }}
|
||||
path: ${{ env.bundle_path }}
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"app_name": "Dwds",
|
||||
"zim_url": "https://{{DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION}}@www.dwds.de/kiwix/f/dwds_de_dictionary_nopic_2023-09-12.zim",
|
||||
"enforced_lang": "de"
|
||||
"app_name": "DWDS",
|
||||
"zim_url": "https://{{DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION}}@www.dwds.de/kiwix/f/dwds_de_dictionary_nopic_2023-10-26.zim",
|
||||
"enforced_lang": "de",
|
||||
"disable_read_aloud": true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user