Skip to content

Commit

Permalink
Merge pull request keybase#7663 from keybase/mgood/DESKTOP-remove-unu…
Browse files Browse the repository at this point in the history
…sed-android-dep

Remove unused logback library from Android build
  • Loading branch information
chromakode authored Jul 7, 2017
2 parents a8428b4 + def28e1 commit 7b2ca60
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions shared/react-native/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ dependencies {
compile "com.facebook.react:react-native:+" // From node_modules
compile project(':react-native-push-notification')
compile 'org.slf4j:slf4j-api:1.7.21'
compile 'com.github.tony19:logback-android-core:1.1.1-5'
compile('com.github.tony19:logback-android-classic:1.1.1-5') {
// workaround issue https://github.com/tony19/logback-android/issues/73
exclude group: 'com.google.android', module: 'android'
}
// Manually include GIF support for Fresco b/c it was removed from
// core library and RN doesn't auto add it back yet (RN 0.30.0)
// @see DESKTOP-1703
Expand Down

0 comments on commit 7b2ca60

Please sign in to comment.