Created
April 23, 2017 06:12
-
-
Save mdesoto/16a36b0dd62216b113bf8d36eb47433d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android.signingConfigs { | |
release { | |
keyAlias 'com.example.app' | |
keyPassword 'key password' | |
storeFile rootProject.file('release.keystore') | |
storePassword 'store password' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment