Android Question different key for each app

ajk

Active Member
Licensed User
Longtime User
how to save in project link to key designed just for this application - I mean each app have different hey - how to avoid manual switch of key each time I compile different application?
 

DonManfred

Expert
Licensed User
Longtime User
Search the forum. This is handled a few times...

#SignKeyFile / SignKeyPassword attributes. Allow using a different signing key based on the build configuration.
 
Last edited:
Upvote 0
Top