Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Allow universal apk build
Browse files Browse the repository at this point in the history
  • Loading branch information
asuka-mio authored and txyyh committed Aug 24, 2022
1 parent 562d1f9 commit d5fcb06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ android {
enable = true
reset()
include 'arm64-v8a', 'x86_64', 'armeabi-v7a', 'x86'
universalApk = true
}
}

Expand Down

0 comments on commit d5fcb06

Please sign in to comment.