diff --git a/app/build.gradle b/app/build.gradle index 74f1b69f37..9e082557be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -126,7 +126,9 @@ dependencies { compile 'com.squareup:otto:1.3.7' compile 'com.j256.ormlite:ormlite-core:4.46' compile 'com.j256.ormlite:ormlite-android:4.46' - compile 'com.github.tony19:logback-android-classic:1.1.1-4' + compile('com.github.tony19:logback-android-classic:1.1.1-6') { + exclude group: 'com.google.android', module: 'android' + } compile 'org.slf4j:slf4j-api:1.7.12' compile 'com.jjoe64:graphview:4.0.1' compile 'com.eclipsesource.j2v8:j2v8:3.1.6@aar' diff --git a/wear/wear.iml b/wear/wear.iml index a09c181fa1..008bad09ce 100644 --- a/wear/wear.iml +++ b/wear/wear.iml @@ -43,13 +43,6 @@ - - - - - - - @@ -58,6 +51,13 @@ + + + + + + + @@ -106,14 +106,6 @@ - - - - - - - - @@ -122,7 +114,17 @@ + + + + + + + + + + @@ -131,11 +133,13 @@ + +