From fcdddf8b9b34f9930bec454b5fffe41c0e33ba3c Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期一, 24 四月 2023 21:17:05 +0800 Subject: [PATCH] 功能模块大部分 --- gradle.properties | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/gradle.properties b/gradle.properties index d5ff165..77c6102 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=zhangshiapp.keystore +KEY_PASS=123456 +ALIAS_NAME=alias +ALIAS_PASS=123456 -- Gitblit v1.9.1