NavigationImage and padding
This commit is contained in:
@@ -20,12 +20,12 @@ android {
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
getByName("debug") {
|
||||
keyAlias = "alias"
|
||||
keyPassword = "alpha2000"
|
||||
storeFile = file("/home/kouros/work/keystore/keystoreDebug")
|
||||
storePassword = "alpha2000"
|
||||
}
|
||||
// getByName("debug") {
|
||||
// keyAlias = "alias"
|
||||
// keyPassword = "alpha2000"
|
||||
// storeFile = file("/home/kouros/work/keystore/keystoreRelease")
|
||||
// storePassword = "alpha2000"
|
||||
// }
|
||||
create("release") {
|
||||
keyAlias = "release"
|
||||
keyPassword = "zeta67#g"
|
||||
|
||||
Reference in New Issue
Block a user