Merge pull request #3733 from gedoor/master

merge changes
This commit is contained in:
Xwite 2024-02-19 18:16:51 +08:00 committed by GitHub
commit 81fdf62db4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

View File

@ -125,6 +125,13 @@ jobs:
with:
name: legado.${{ env.product }}.${{ env.type }}.mapping.missing_rules
path: ${{ github.workspace }}/mapping/missing_rules.txt
- name: Check Build production
run: |
cd ${{ github.workspace }}/apk/
if [ ! -e legado_*.apk ]; then
echo "Build production not found! Check gradle logs."
exit 1
fi
lanzou:
needs: [ prepare, build ]

View File

@ -396,6 +396,13 @@
# https://android.googlesource.com/platform/sdk/+/marshmallow-mr1-release/files/proguard-android.txt#54
-dontwarn android.support.**
# Please add these rules to your existing keep rules in order to suppress warnings.
# This is generated automatically by the Android Gradle plugin.
-dontwarn android.util.StatsEvent$Builder
-dontwarn android.util.StatsEvent
-dontwarn org.chromium.base.FeatureList
-dontwarn org.chromium.base.FeatureMap
#-------------------Cronet------------------------------------
# Class.forName调用