Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit a79448a

Browse files
committed
fix(build.gradle): Add dimension (required by gradle 3.0.0)
1 parent e1b4e25 commit a79448a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

algoliasearch/build-offline.gradle

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ ext {
3333
apply from: "common.gradle"
3434

3535
android {
36+
flavorDimensions "main"
3637
productFlavors {
37-
offline
38+
offline {
39+
dimension "main"
40+
}
3841
}
3942
defaultPublishConfig "offlineRelease"
4043
}

0 commit comments

Comments
 (0)