Skip to content

Commit

Permalink
chore: disable universal APK that includes all ABIs
Browse files Browse the repository at this point in the history
The debug universal is about 17.2MB in per pull request ci
and commit ci artifactory zip, it's so big for slow github
download speed
  • Loading branch information
Bambooin committed Dec 3, 2021
1 parent f87ac74 commit 24688b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ android {
include "x86", "x86_64", "armeabi-v7a", "arm64-v8a"

// Specifies that we do not want to also generate a universal APK that includes all ABIs.
universalApk true
universalApk false
}
}
}
Expand Down

0 comments on commit 24688b2

Please sign in to comment.