mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
Removed unused mips build config.
This commit is contained in:
parent
5c11c426ab
commit
ef34984231
1 changed files with 0 additions and 6 deletions
|
@ -73,12 +73,6 @@ android {
|
|||
abiFilter "armeabi"
|
||||
}
|
||||
}
|
||||
mips {
|
||||
versionCode Integer.parseInt("1" + defaultConfig.versionCode)
|
||||
ndk {
|
||||
abiFilter "mips"
|
||||
}
|
||||
}
|
||||
fat {
|
||||
versionCode Integer.parseInt("0" + defaultConfig.versionCode)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue