Make GitHub build default

master
M66B 3 weeks ago
parent 7e7b0d34bb
commit 0f9c594f28

@ -231,6 +231,7 @@ android {
buildConfigField "String", "PWNED_ENDPOINT", "\"https://api.pwnedpasswords.com/\""
buildConfigField "String", "PWNED_URI", "\"https://haveibeenpwned.com/\""
buildConfigField "String", "FDROID", "\"https://f-droid.org/packages/%s/\""
getIsDefault().set(true)
}
large {
dimension "all"
@ -319,7 +320,6 @@ android {
buildConfigField "String", "PWNED_ENDPOINT", "\"https://api.pwnedpasswords.com/\""
buildConfigField "String", "PWNED_URI", "\"https://haveibeenpwned.com/\""
buildConfigField "String", "FDROID", "\"\""
getIsDefault().set(true)
}
amazon {
dimension "all"

Loading…
Cancel
Save