feat: v1.8.0 — new app icon (varroa-final.png) + fix GnssStatus model conflict + remove SSH fallback

This commit is contained in:
Sulkta 2026-03-15 09:23:54 -07:00
parent a9c25a1e8d
commit abe482edbc
15 changed files with 22 additions and 30 deletions

View file

@ -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