Skip to content

Commit e63eca9

Browse files
flavorDimensions upgrade: now a list not a string
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 0318c97 commit e63eca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646
}
4747

4848

49-
flavorDimensions "version"
49+
flavorDimensions = ["version"]
5050

5151
productFlavors {
5252
fdroid {

0 commit comments

Comments
 (0)