Skip to content

Commit 64ef4a6

Browse files
committed
adding basic and fdroid app flavors
1 parent 59585e7 commit 64ef4a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ android {
4545
}
4646
}
4747

48+
flavorDimensions "variants"
49+
productFlavors {
50+
basic {}
51+
fdroid {}
52+
}
53+
4854
sourceSets {
4955
main.java.srcDirs += 'src/main/kotlin'
5056
}

0 commit comments

Comments
 (0)