Adding keystore config.
This commit is contained in:
parent
f347d55413
commit
414c27fd86
@ -3,6 +3,14 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
signingConfigs {
|
||||||
|
create("release") {
|
||||||
|
storeFile = file("/home/sergio/BInfoAndroid/burguillos.keystore")
|
||||||
|
storePassword = "burguillos"
|
||||||
|
keyAlias = "BurguillosInfo"
|
||||||
|
keyPassword = "burguillos"
|
||||||
|
}
|
||||||
|
}
|
||||||
namespace = "info.burguillos.bi"
|
namespace = "info.burguillos.bi"
|
||||||
compileSdk = 33
|
compileSdk = 33
|
||||||
|
|
||||||
@ -23,6 +31,7 @@ android {
|
|||||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||||
"proguard-rules.pro"
|
"proguard-rules.pro"
|
||||||
)
|
)
|
||||||
|
signingConfig = signingConfigs.getByName("release")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user