|
|
@@ -3,19 +3,19 @@ apply plugin: 'com.android.application'
|
|
|
android {
|
|
|
signingConfigs {
|
|
|
release {
|
|
|
- keyAlias 'knacki.info'
|
|
|
- keyPassword 'android'
|
|
|
- storeFile file('Z:/androidKey.gpg')
|
|
|
- storePassword 'android'
|
|
|
+ keyAlias 'key0'
|
|
|
+ keyPassword 'xx'
|
|
|
+ storeFile file('Z:/keys/androidKey.gpg')
|
|
|
+ storePassword 'xx'
|
|
|
}
|
|
|
}
|
|
|
compileSdkVersion 28
|
|
|
defaultConfig {
|
|
|
- applicationId "info.knacki.pass2"
|
|
|
+ applicationId "info.knacki.pass"
|
|
|
minSdkVersion 15
|
|
|
targetSdkVersion 28
|
|
|
versionCode 1
|
|
|
- versionName "1.0"
|
|
|
+ versionName "1.0.1"
|
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
|
vectorDrawables.useSupportLibrary = true
|
|
|
signingConfig signingConfigs.release
|