From dcad17eb977e931dca9ecca66c53a248c4da81af Mon Sep 17 00:00:00 2001 From: Ling0925 <67010066+Ling0925@users.noreply.github.com> Date: Sat, 21 Jan 2023 23:55:49 +0800 Subject: [PATCH] up: Change build output path. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ab2f5073..321f7824 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ andResGuard { // sevenzip { // artifact = 'com.tencent.mm:SevenZip:1.2.10' // } - finalApkBackupPath = "${project.rootDir}/app/release/${applicationVersionName}(${applicationVersionCode}).apk" + finalApkBackupPath = "${project.rootDir}/app/debug/tiebalite.apk" digestalg = "SHA-256" }