Added fdroid variant in core module

This commit is contained in:
MohitMaliFtechiz 2023-04-04 17:43:56 +05:30
parent d3b019f1b2
commit 47f9ca56c8

View File

@ -67,6 +67,8 @@ android {
implementation(Libs.objectbox_rxjava)
}
}
create("fdroid") {
}
}
}