mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-06-20 09:47:46 +02:00
CI: Fix debug build due to missing release keystore
This commit is contained in:
parent
329a35e7d3
commit
cf9fd3a0db
@ -36,12 +36,14 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
release {
|
release {
|
||||||
|
if (System.env.RELEASE_KEYSTORE) {
|
||||||
storeFile file(System.env.RELEASE_KEYSTORE)
|
storeFile file(System.env.RELEASE_KEYSTORE)
|
||||||
storePassword "$System.env.RELEASE_KEYSTORE_PASSWORD"
|
storePassword "$System.env.RELEASE_KEYSTORE_PASSWORD"
|
||||||
keyAlias "$System.env.RELEASE_KEY_ALIAS"
|
keyAlias "$System.env.RELEASE_KEY_ALIAS"
|
||||||
keyPassword "$System.env.RELEASE_KEY_PASSWORD"
|
keyPassword "$System.env.RELEASE_KEY_PASSWORD"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user