Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
FongMi committed Sep 5, 2023
1 parent 6025977 commit 6cca163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jianpian/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

android {
compileSdk 33
flavorDimensions "abi"
flavorDimensions = ["abi"]

defaultConfig {
minSdk 21
Expand Down
2 changes: 1 addition & 1 deletion pyramid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

android {
compileSdk 33
flavorDimensions "abi"
flavorDimensions = ["abi"]

defaultConfig {
minSdk 21
Expand Down
2 changes: 1 addition & 1 deletion thunder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdk 33
flavorDimensions "abi"
flavorDimensions = ["abi"]

defaultConfig {
minSdkVersion 21
Expand Down

0 comments on commit 6cca163

Please sign in to comment.