From 8aa3165449dd2757e016bdc43cfd5d111cd4c7a6 Mon Sep 17 00:00:00 2001 From: 张钢 <floatgang@163.com> Date: 星期四, 12 九月 2024 14:54:06 +0800 Subject: [PATCH] 修改了家庭资产的显示问题 --- gradle.properties | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/gradle.properties b/gradle.properties index d5ff165..ca445d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,4 +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=zhangshiappwithca.keystore.jks +KEY_PASS=123456 +ALIAS_NAME=alias +ALIAS_PASS=123456 -- Gitblit v1.9.1