REFACTOR PROJECT STRUCTURE

add testkey
This commit is contained in:
BinTianqi
2024-04-17 18:23:55 +08:00
parent c0df796610
commit 9467d43ccd
34 changed files with 256 additions and 208 deletions

View File

@@ -0,0 +1,2 @@
apksigner sign --key testkey.pk8 --cert testkey.x509.pem ..\app\build\outputs\apk\release\app-release-unsigned.apk
ren ..\app\build\outputs\apk\release\app-release-unsigned.apk ..\app\build\outputs\apk\release\app-testkey.apk