From 8adb5e06a5fcfad9a634944c0d65fc70c5c2527f Mon Sep 17 00:00:00 2001 From: Tong <1025782220@qq.com> Date: 星期二, 19 四月 2022 10:12:57 +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