Skip to content

Commit bd4a529

Browse files
committed
fix generateLocaleConfig syntax in build.gradle
1 parent 3736705 commit bd4a529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ android {
131131
}
132132

133133
androidResources {
134-
generateLocaleConfig true
134+
generateLocaleConfig = true
135135
}
136136
}
137137

0 commit comments

Comments
 (0)