mirror of
https://github.com/apognu/otter
synced 2025-02-03 22:57:33 +01:00
Trying and fix F-Droid build. [skip ci]
This commit is contained in:
parent
28d395e1da
commit
3cd1d77b85
@ -57,7 +57,9 @@ android {
|
||||
|
||||
buildTypes {
|
||||
getByName("release") {
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
if (props.hasProperty("signing.store")) {
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
}
|
||||
|
||||
isMinifyEnabled = false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user