up: Change build output path.
This commit is contained in:
parent
5cf2a3b4ad
commit
dcad17eb97
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue