Skip to content

Commit acecfa6

Browse files
committed
adding a basic and fdroid build flavor
1 parent 3a508f0 commit acecfa6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ android {
4848
}
4949
}
5050

51+
flavorDimensions "variants"
52+
productFlavors {
53+
basic {}
54+
fdroid {}
55+
}
56+
5157
sourceSets {
5258
main.java.srcDirs += 'src/main/kotlin'
5359
}

0 commit comments

Comments
 (0)