From 8d94a1107c73a964e00859f58098019751b433bd Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 12 Jul 2021 19:37:21 +0200 Subject: ensure fronts file will be included in all builds --- app/build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e436df38..baad211a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -230,6 +230,9 @@ android { applicationIdSuffix ".beta" appSuffix = " Beta" buildConfigField "Boolean", "DEBUG_MODE", "true" + + // tor-android doesn't know this build-type, fallback to release in that case + matchingFallbacks = ['release'] } debug { testCoverageEnabled = true @@ -445,7 +448,8 @@ android.applicationVariants.all { variant -> 'urls/', '*.url', '*.json', - '*.pem']) + '*.pem', + 'fronts']) delete(filesToDelete) } } -- cgit v1.2.3