From a1f99ce5e117725d43835449745fba3e04c2f813 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期四, 31 十月 2024 13:09:34 +0800 Subject: [PATCH] 集成dokit --- gradle.properties | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/gradle.properties b/gradle.properties index 98aeb05..df73cf4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,4 +20,20 @@ # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true # 鍙互灏唙4,v7搴撹浆鎴怉ndroid X -android.enableJetifier=true \ No newline at end of file +android.enableJetifier=true +# dokit???? +# ???? +DOKIT_PLUGIN_SWITCH=true +# DOKIT???????booster?? ???????????booster ???????false +DOKIT_THIRD_LIB_SWITCH=true +# ???? +DOKIT_LOG_SWITCH=true +# ???Webview????? ??????h5 js?????mock +DOKIT_WEBVIEW_CLASS_NAME=com/didichuxing/doraemonkit/widget/webview/MyWebView +# dokit ????? +DOKIT_METHOD_SWITCH=false +# dokit ??????? +DOKIT_METHOD_STACK_LEVEL=4 +# 0:???? ??????? ??????? ???application onCreate ?attachBaseContext +# 1:???? ???????????? ?????????? +DOKIT_METHOD_STRATEGY=1 \ No newline at end of file -- Gitblit v1.8.0