Upgrade Rome to fix memory allocation bug.

This commit is contained in:
akwizgran
2019-06-28 15:09:09 +01:00
parent 6b022afa67
commit 32e1d6c748
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ apply from: '../dagger.gradle'
dependencies {
implementation project(path: ':briar-api', configuration: 'default')
implementation 'com.rometools:rome:1.10.0'
implementation 'com.rometools:rome:1.12.1'
implementation 'org.jdom:jdom2:2.0.6'
implementation 'com.squareup.okhttp3:okhttp:3.12.2'
implementation 'org.jsoup:jsoup:1.11.3'