Skip to content

Commit

Permalink
chore: exclude aapt prebuilt (from apktool)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Sep 14, 2022
1 parent 2f78af7 commit 85cd176
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ android {
signingConfig signingConfigs.debug
}
}

packagingOptions {
exclude '/prebuilt/**'
}
}

flutter {
Expand Down

0 comments on commit 85cd176

Please sign in to comment.