fix: fdroid build and ssid comma

Fixes bug where commas in SSID names were splitting into multiple SSIDs due to database type converters.
Closes #48

Fixes bug where F-Droid pipeline was failing to build due to lack of proguard rule. Closes #47

Fixes bug where crashes could happen if config QR code or file has improperly configured data.

Bump versions.
This commit is contained in:
Zane Schepke
2023-10-26 22:05:20 -04:00
parent 513d08998b
commit b70ecbdfff
9 changed files with 62 additions and 49 deletions
+3 -4
View File
@@ -14,10 +14,8 @@ android {
applicationId = "com.zaneschepke.wireguardautotunnel"
minSdk = 26
targetSdk = 34
versionCode = 31700
versionName = "3.1.7"
multiDexEnabled = true
versionCode = 31900
versionName = "3.1.9"
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
@@ -49,6 +47,7 @@ android {
productFlavors {
create("fdroid") {
dimension = "type"
proguardFile("fdroid-rules.pro")
}
create("general") {
dimension = "type"