Skip to content

Commit

Permalink
feat: package universal APK also
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed May 2, 2024
1 parent e03ab0b commit 2760d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ android {
// Specifies a list of ABIs for Gradle to create APKs for.
include "x86_64", "x86", "armeabi-v7a", "arm64-v8a"

// Specifies that we don't want to also generate a universal APK that includes all ABIs.
universalApk false
// Specifies that we want to also generate a universal APK that includes all ABIs.
universalApk true
}
}

Expand Down

0 comments on commit 2760d81

Please sign in to comment.