From 0a8fd4aa92555875f58f67144c2c0c0a20a200af Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期二, 20 八月 2024 09:57:13 +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 5822ace..31a34a4 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 +android.useAndroidX=true ### Automatically convert third-party libraries to use AndroidX -#android.enableJetifier=true \ No newline at end of file +android.enableJetifier=true -- Gitblit v1.8.0