forked from lsmyrnaios/UrlsController
Revert the version of "libthrift"-dependency to "0.17.0", as the newer version is not compatible with Java 8.
This commit is contained in:
parent
7b217764e0
commit
4af298a52a
|
@ -103,7 +103,7 @@ dependencies {
|
|||
}
|
||||
|
||||
// Add back some updated version of the needed dependencies.
|
||||
implementation 'org.apache.thrift:libthrift:0.18.0'
|
||||
implementation 'org.apache.thrift:libthrift:0.17.0' // Newer versions are not compatible with JAVA 8.
|
||||
implementation 'com.fasterxml.woodstox:woodstox-core:6.5.0'
|
||||
|
||||
// https://mvnrepository.com/artifact/org.json/json
|
||||
|
|
Loading…
Reference in New Issue