mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 16:25:27 +02:00
fix: Fix path for keystore file
This commit is contained in:
parent
0318871fe4
commit
ee12fc493e
@ -36,7 +36,7 @@ android {
|
|||||||
signingConfigs {
|
signingConfigs {
|
||||||
create("release") {
|
create("release") {
|
||||||
val properties = Properties().apply {
|
val properties = Properties().apply {
|
||||||
load(file("keystore.properties").reader())
|
load(file("../key.properties").reader())
|
||||||
}
|
}
|
||||||
storeFile = File(properties.getProperty("storeFile"))
|
storeFile = File(properties.getProperty("storeFile"))
|
||||||
storePassword = properties.getProperty("storePassword")
|
storePassword = properties.getProperty("storePassword")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user