adding core and fdroid flavors

This commit is contained in:
tibbi 2022-01-14 19:45:54 +01:00
parent c63c447f5c
commit 85f254d7ed
2 changed files with 11 additions and 1 deletions

View File

@ -45,6 +45,12 @@ android {
}
}
flavorDimensions "variants"
productFlavors {
core {}
fdroid {}
}
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
@ -56,6 +62,6 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:14033f9b50'
implementation 'com.github.SimpleMobileTools:Simple-Commons:02b48c0b4d'
implementation "androidx.print:print:1.0.0"
}

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="show_donate_in_about">true</bool>
</resources>