mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
remove mips as build archtecture. Fixes #984
This commit is contained in:
parent
9e7ae94979
commit
4b140a2154
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ android {
|
|||
abi {
|
||||
enable true
|
||||
reset()
|
||||
include 'armeabi-v7a', 'arm64-v8a', 'mips', 'x86', 'x86_64'
|
||||
include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
|
||||
universalApk true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue