@@ -125,6 +125,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: legado.${{ env.product }}.${{ env.type }}.mapping.missing_rules
|
name: legado.${{ env.product }}.${{ env.type }}.mapping.missing_rules
|
||||||
path: ${{ github.workspace }}/mapping/missing_rules.txt
|
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:
|
lanzou:
|
||||||
needs: [ prepare, build ]
|
needs: [ prepare, build ]
|
||||||
|
|||||||
Vendored
+7
@@ -396,6 +396,13 @@
|
|||||||
# https://android.googlesource.com/platform/sdk/+/marshmallow-mr1-release/files/proguard-android.txt#54
|
# https://android.googlesource.com/platform/sdk/+/marshmallow-mr1-release/files/proguard-android.txt#54
|
||||||
-dontwarn android.support.**
|
-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------------------------------------
|
#-------------------Cronet------------------------------------
|
||||||
|
|
||||||
# Class.forName调用
|
# Class.forName调用
|
||||||
|
|||||||
Reference in New Issue
Block a user