2
0

APK release configuration.

This commit is contained in:
Maarten Billemont 2017-02-09 23:25:42 -05:00
parent f60093513e
commit a267c0d1db
4 changed files with 13 additions and 4 deletions

View File

@ -16,9 +16,17 @@ android {
versionName "2.4.1"
}
signingConfigs {
lyndir {
keyAlias 'lyndir'
storeFile file('/Users/lhunath/annex/secret/masterpassword.keystore')
release {
storeFile file('masterpassword.keystore')
storePassword System.getenv('STORE_PW')
keyAlias 'masterpassword-android'
keyPassword System.getenv('KEY_PW')
}
}
buildTypes {
release {
signingConfig signingConfigs.release
}
}
}

View File

@ -0,0 +1 @@
/Users/lhunath/annex/secret/release-com.lyndir.masterpassword.jks

View File

@ -0,0 +1 @@
/Users/lhunath/annex/secret/masterpassword.keystore

View File

@ -1 +0,0 @@
/Users/lhunath/SpiderOak Hive/secret/release-com.lyndir.masterpassword.jks