From 0f9c594f281cbc2250b15d6d9bf61fbd57af99d5 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 27 Jun 2026 07:27:16 +0200 Subject: [PATCH] Make GitHub build default --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f11ecf60e3..7bd5d9e71c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"