We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e97573 commit ba23d61Copy full SHA for ba23d61
app/build.gradle
@@ -45,6 +45,12 @@ android {
45
}
46
47
48
+ flavorDimensions "variants"
49
+ productFlavors {
50
+ core {}
51
+ fdroid {}
52
+ }
53
+
54
sourceSets {
55
main.java.srcDirs += 'src/main/kotlin'
56
@@ -56,7 +62,7 @@ android {
62
57
63
58
64
dependencies {
59
- implementation 'com.github.SimpleMobileTools:Simple-Commons:7e0240b1e3'
65
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:14033f9b50'
60
66
implementation 'org.greenrobot:eventbus:3.2.0'
61
67
implementation 'com.klinkerapps:android-smsmms:5.2.6'
68
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
0 commit comments