mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-10 15:20:25 +07:00
Backed flatbuffers version down to 1.9.0 because of DexArchiveBuilderException with 1.10.0 on android
This commit is contained in:
parent
95cc1837de
commit
acdc38123e
@ -182,7 +182,7 @@ project(":core") {
|
||||
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.1'
|
||||
compile group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'
|
||||
compile group: 'com.jcraft', name: 'jzlib', version: '1.1.3'
|
||||
compile group: 'com.google.flatbuffers', name: 'flatbuffers-java', version: '1.10.0'
|
||||
compile group: 'com.google.flatbuffers', name: 'flatbuffers-java', version: '1.9.0'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user