From a587dcd8b7a77de14a67356ea43a1f2a4633af44 Mon Sep 17 00:00:00 2001 From: 562935844@qq.com Date: 星期五, 13 五月 2022 16:25:14 +0800 Subject: [PATCH] 认证添加返回码0处理 --- 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