From ba23d61046b2f024f2ef7b11ad5de7340d43a78e Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 19 Jan 2022 19:38:08 +0100 Subject: [PATCH] adding core and fdroid flavors --- app/build.gradle | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 00174017..c1c10503 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,6 +45,12 @@ android { } } + flavorDimensions "variants" + productFlavors { + core {} + fdroid {} + } + sourceSets { main.java.srcDirs += 'src/main/kotlin' } @@ -56,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:7e0240b1e3' + implementation 'com.github.SimpleMobileTools:Simple-Commons:14033f9b50' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'com.klinkerapps:android-smsmms:5.2.6' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'