Skip to content

Commit ba23d61

Browse files
committed
adding core and fdroid flavors
1 parent 6e97573 commit ba23d61

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ android {
4545
}
4646
}
4747

48+
flavorDimensions "variants"
49+
productFlavors {
50+
core {}
51+
fdroid {}
52+
}
53+
4854
sourceSets {
4955
main.java.srcDirs += 'src/main/kotlin'
5056
}
@@ -56,7 +62,7 @@ android {
5662
}
5763

5864
dependencies {
59-
implementation 'com.github.SimpleMobileTools:Simple-Commons:7e0240b1e3'
65+
implementation 'com.github.SimpleMobileTools:Simple-Commons:14033f9b50'
6066
implementation 'org.greenrobot:eventbus:3.2.0'
6167
implementation 'com.klinkerapps:android-smsmms:5.2.6'
6268
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'

0 commit comments

Comments
 (0)