From 31b7700b976a46901f67c5d7a00281ca4745fc9f Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期六, 07 十月 2023 21:44:35 +0800 Subject: [PATCH] 调整旅游模块功能 --- gradle.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/gradle.properties b/gradle.properties index a4bc7ac..b891249 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,9 +20,11 @@ # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true +android.enableJetifier=true + android.injected.testOnly=false -KEY_PATH=zhangshiapp.keystore +KEY_PATH=zhangshiapp.keystore.jks KEY_PASS=123456 ALIAS_NAME=alias ALIAS_PASS=123456 -- Gitblit v1.9.1