Merge branch 'gedoor:master' into master

This commit is contained in:
hhhaiai 2022-10-12 15:39:05 +08:00 committed by GitHub
commit 32b029d7a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 3 additions and 19 deletions

View File

@ -45,15 +45,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-legado-${{ hashFiles('**/updateLog.md') }}-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-legado-${{ hashFiles('**/updateLog.md') }}-
- name: Release Apk Sign
run: |

View File

@ -50,14 +50,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-legado-${{ hashFiles('**/updateLog.md') }}-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-legado-${{ hashFiles('**/updateLog.md') }}-
- name: Clear 18PlusList.txt
run: |
echo "清空18PlusList.txt"

Binary file not shown.

View File

@ -1 +1 @@
{"x86_64":"c27a3027ec4c8eba8ba5a2aab547eb04","armeabi-v7a":"b3e0bccf799324ea4177c9e1752b02f1","arm64-v8a":"8cfa3bfe215024cf486d1cffeed87241","x86":"461acafc8701b6b74f8a6b2c024d434e","version":"106.0.5249.79"}
{"x86_64":"1f2c49a5b29e4915fcae288d9b641b53","armeabi-v7a":"e738c426618e98d8b09f060036f55cbe","arm64-v8a":"39f6a58b1a34886e374e6a916415b9b5","x86":"dc333c4c0909cc08481e04ca8bf6cd4e","version":"106.0.5249.118"}

View File

@ -13,6 +13,7 @@
**2022/10/09**
* 更新cronet: 106.0.5249.118
* 添加源编辑输入框最大行数设置
* 添加正文阅读界面进度条(本章/整本)设置 by 821938089
* 优化下拉加载更多相关界面

View File

@ -35,5 +35,5 @@ android.defaults.buildfeatures.shaders=false
# and none from the library's dependencies, thereby reducing the size of the R class for that library.
android.nonTransitiveRClass=true
#https://chromiumdash.appspot.com/releases?platform=Android
CronetVersion=106.0.5249.79
CronetVersion=106.0.5249.118
android.injected.testOnly=false