Upgrade JNA library.

This commit is contained in:
akwizgran
2018-09-26 16:47:49 +01:00
parent 031516ccce
commit 074b10e177
2 changed files with 4 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ configurations {
dependencies {
implementation project(path: ':bramble-core', configuration: 'default')
implementation fileTree(dir: 'libs', include: '*.jar')
implementation 'net.java.dev.jna:jna:4.4.0'
implementation 'net.java.dev.jna:jna-platform:4.4.0'
implementation 'net.java.dev.jna:jna:4.5.2'
implementation 'net.java.dev.jna:jna-platform:4.5.2'
tor 'org.briarproject:tor:0.2.9.16@zip'
apt 'com.google.dagger:dagger-compiler:2.0.2'