diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 84f2a7f..a7f25d7 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -5,7 +5,6 @@ configurations { all*.exclude group: 'org.json', module: 'json' all*.exclude group: 'net.sf.kxml', module: 'kxml2' all*.exclude group: 'android.arch.lifecycle', module: 'runtime' - all*.exclude group: 'com.github.tony19', module: 'apktool-lib' } dependencies { @@ -18,7 +17,7 @@ dependencies { compile 'com.squareup.okhttp3:logging-interceptor:3.11.0' compile 'com.google.guava:guava:26.0-android' compile 'org.slf4j:slf4j-api:1.7.25' - compile 'com.github.tony19:logback-android:1.1.1-8' + compile 'com.github.tony19:logback-android:1.3.0-2' compile 'com.google.code.findbugs:jsr305:3.0.0' testCompile 'junit:junit:4.12' }