From 30e96788f05f5ce28b58d991051c79e9c952c824 Mon Sep 17 00:00:00 2001 From: 562935844@qq.com Date: 星期三, 28 十二月 2022 14:51:34 +0800 Subject: [PATCH] 修改入网认证流程 --- HDLSDK/gradle.properties | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDLSDK/gradle.properties b/HDLSDK/gradle.properties index 52f5917..5822ace 100644 --- a/HDLSDK/gradle.properties +++ b/HDLSDK/gradle.properties @@ -14,6 +14,6 @@ # AndroidX package structure to make it clearer which packages are bundled with the # Android operating system, and which are packaged with your app"s APK # https://developer.android.com/topic/libraries/support-library/androidx-rn -android.useAndroidX=true -# Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true \ No newline at end of file +#android.useAndroidX=true +### Automatically convert third-party libraries to use AndroidX +#android.enableJetifier=true \ No newline at end of file -- Gitblit v1.8.0