From 896d73858d98467574c62544bbf97a66b42a3b47 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sun, 9 Feb 2020 15:33:10 +0100 Subject: exclude org.jetbrain annotations globally --- build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index bcc142909..a1b4e92a4 100644 --- a/build.gradle +++ b/build.gradle @@ -35,6 +35,7 @@ repositories { configurations { playstoreImplementation gitImplementation + compile.exclude group: 'org.jetbrains' , module:'annotations' } dependencies { @@ -87,9 +88,7 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:2.6.4' //retrofit needs to stick with 2.6.x (https://github.com/square/retrofit/blob/master/CHANGELOG.md) implementation 'com.squareup.retrofit2:converter-gson:2.6.4' implementation 'com.google.guava:guava:28.2-android' - implementation('com.github.AppIntro:AppIntro:5.1.0') { - exclude group: 'org.jetbrains' , module:'annotations' - } + implementation 'com.github.AppIntro:AppIntro:5.1.0' } ext { -- cgit v1.2.3