From 47f9ca56c8c5f46c8f7da0639fc6adcaba5c59cf Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Tue, 4 Apr 2023 17:43:56 +0530 Subject: [PATCH] Added fdroid variant in core module --- core/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 5189a976f..07e21022a 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -67,6 +67,8 @@ android { implementation(Libs.objectbox_rxjava) } } + create("fdroid") { + } } }