File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments