From a61093fc99633b2e5d6a7a14ddd91f26ce2e24ab Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期三, 13 四月 2022 17:04:08 +0800 Subject: [PATCH] 非安卓x1.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