Skip to content

Commit 1453ce4

Browse files
authored
Comment out AdBlock list download and JDK setup
1 parent fe2d468 commit 1453ce4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ jobs:
114114
if [ -n "${{ inputs.icon_url }}" ]; then
115115
npm install && node create_mipmap_images.js "${{ inputs.icon_url }}"
116116
fi
117-
- name: Download AdBlock List
118-
run: curl "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=plain&showintro=1&mimetype=plaintext" -o app/src/main/assets/adblock.txt --create-dirs
119-
- name: Set up JDK 17
120-
uses: actions/setup-java@v4
121-
with:
122-
java-version: 17
123-
distribution: 'temurin'
117+
# - name: Download AdBlock List
118+
# run: curl "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=plain&showintro=1&mimetype=plaintext" -o app/src/main/assets/adblock.txt --create-dirs
119+
# - name: Set up JDK 17
120+
# uses: actions/setup-java@v4
121+
# with:
122+
# java-version: 17
123+
# distribution: 'temurin'
124124
- name: Make gradlew executable
125125
run: chmod +x ./gradlew
126126
- name: Decode Keystore
@@ -142,7 +142,7 @@ jobs:
142142
STARTUP_URL: ${{ inputs.startup_url }}
143143
ALLOWED_DOMAINS: ${{ env.ALLOWED_DOMAINS }}
144144
BLOCK_MEDIA: ${{ inputs.block_media }}
145-
BLOCK_ADS: ${{ inputs.block_ads }}
145+
BLOCK_ADS: false
146146
NO_SSL: ${{ inputs.no_ssl }}
147147
ALLOW_GOOGLE_LOGIN: ${{ inputs.allow_google_login }}
148148
- name: Rename APK

0 commit comments

Comments
 (0)