Skip to content

Commit

Permalink
wip(gradle): disable apk splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Feb 1, 2024
1 parent c8ba224 commit c831462
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ android {
dimension "app"
}
}
splits {
abi {
enable false
reset()
}
density {
enable false
reset()
}
}
}

flutter {
Expand Down

0 comments on commit c831462

Please sign in to comment.