Skip to content

Commit

Permalink
Update flavorDimensions declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Robyer committed Oct 17, 2023
1 parent 2c8337d commit 9a58cae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
// Choose 'standard' or 'openmp' flavor of the library
missingDimensionStrategy 'parallelization', 'standard'
}
flavorDimensions 'parallelization'
flavorDimensions = ['parallelization']
}*/

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion tesseract4android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
}
}
}
flavorDimensions "parallelization"
flavorDimensions = ["parallelization"]
productFlavors {
standard {
}
Expand Down

0 comments on commit 9a58cae

Please sign in to comment.