feat: v1.8.0 — new app icon (varroa-final.png) + fix GnssStatus model conflict + remove SSH fallback
This commit is contained in:
parent
a9c25a1e8d
commit
abe482edbc
15 changed files with 22 additions and 30 deletions
|
|
@ -30,6 +30,15 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
create("release") {
|
||||
storeFile = file("/keystore/varroa-release.keystore")
|
||||
storePassword = "***REMOVED***"
|
||||
keyAlias = "varroa-release"
|
||||
keyPassword = "***REMOVED***"
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
isMinifyEnabled = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue