Change to new masterpassword.keystore
This commit is contained in:
parent
5b47d47a1b
commit
f60093513e
@ -1,16 +1,13 @@
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
signingConfigs {
|
|
||||||
lyndir {
|
|
||||||
keyAlias 'lyndir'
|
|
||||||
keyPassword 'JaxeMeruDafc0('
|
|
||||||
storeFile file('/Users/lhunath/annex/secret/lyndir.keystore')
|
|
||||||
storePassword 'JaxeMeruDafc0('
|
|
||||||
}
|
|
||||||
}
|
|
||||||
compileSdkVersion 25
|
compileSdkVersion 25
|
||||||
buildToolsVersion "25.0.0"
|
buildToolsVersion "25.0.0"
|
||||||
|
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility JavaVersion.VERSION_1_7
|
||||||
|
targetCompatibility JavaVersion.VERSION_1_7
|
||||||
|
}
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.lyndir.masterpassword"
|
applicationId "com.lyndir.masterpassword"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
@ -18,9 +15,11 @@ android {
|
|||||||
versionCode 20401
|
versionCode 20401
|
||||||
versionName "2.4.1"
|
versionName "2.4.1"
|
||||||
}
|
}
|
||||||
compileOptions {
|
signingConfigs {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_7
|
lyndir {
|
||||||
targetCompatibility JavaVersion.VERSION_1_7
|
keyAlias 'lyndir'
|
||||||
|
storeFile file('/Users/lhunath/annex/secret/masterpassword.keystore')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user