Skip to content

Commit

Permalink
Migrate flavorDimensions convention
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Oct 10, 2023
1 parent 6b6309b commit adeb7b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ android {
}
}

flavorDimensions("environment")
flavorDimensions += "environment"
productFlavors {
create("dogfooding") {
dimension = "environment"
Expand Down
2 changes: 1 addition & 1 deletion dogfooding/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ android {
}
}

flavorDimensions("environment")
flavorDimensions += "environment"
productFlavors {
create("dogfooding") {
dimension = "environment"
Expand Down

0 comments on commit adeb7b0

Please sign in to comment.