rust-mobile / cargo-apk

Helps cargo build APKs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skip signing

zarik5 opened this issue · comments

Should cargo-apk allow to build unsigned APKs? I have a keystore managed completely by CI but I want also to make local builds. I know that creating a local debug keystore is an option but it may be inconvenient. I can work on a PR for this.