Skip to content

Commit

Permalink
release build: v04.08.00
Browse files Browse the repository at this point in the history
  • Loading branch information
warren-bank committed Nov 25, 2024
1 parent 96662e7 commit 29d9f64
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Builds upon the [WebView GM library](https://github.com/wbayer/webview-gm) demo
* _data:_
* _ArrayBuffer_
* _Uint8Array_
- only works on devices running API 19 (Android 4.4 KitKat) and higher
* requires [SAF](https://developer.android.com/guide/topics/providers/document-provider)
* `GM_fetch`
- drop-in replacement for `window.fetch` that uses `GM_xmlhttpRequest` to make network requests
* `GM_info`
Expand Down Expand Up @@ -218,6 +220,17 @@ Builds upon the [WebView GM library](https://github.com/wbayer/webview-gm) demo
```
- the interface uses _Chrome DevTools_

#### AdBlock Settings

* enable AdBlock
- default: _true_
* custom Blocklist URL
- default: [pgl.yoyo.org](https://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=0&mimetype=plaintext)
- note: if this URL is empty or cannot be downloaded, a static copy of the default blocklist that is included in the app will be used
* custom Blocklist update interval
- number of days to wait before downloading a fresh copy of the blocklist
- default: _7_

#### Security

1. closure
Expand Down
4 changes: 2 additions & 2 deletions android-studio-project/constants.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project.ext {
releaseVersionCode = Integer.parseInt("004070011", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '004.07.00-11API'
releaseVersionCode = Integer.parseInt("004080011", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '004.08.00-11API'
javaVersion = JavaVersion.VERSION_1_8
minSdkVersion = 11
targetSdkVersion = 33
Expand Down

0 comments on commit 29d9f64

Please sign in to comment.