From e7e494c6d168ea2942e1c6fa1c9c7808f4c12184 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期一, 18 九月 2023 13:40:17 +0800 Subject: [PATCH] 完善全局处理模块 --- HDLSDK/gradle.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDLSDK/gradle.properties b/HDLSDK/gradle.properties index 52f5917..31a34a4 100644 --- a/HDLSDK/gradle.properties +++ b/HDLSDK/gradle.properties @@ -15,5 +15,5 @@ # 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 +### Automatically convert third-party libraries to use AndroidX +android.enableJetifier=true -- Gitblit v1.8.0