From b3d3ec8a27980f30dd549cbfc7740142f9611404 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Mon, 3 Jun 2019 21:17:21 +0200 Subject: [PATCH] remove lombok --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 08f92dc239..10df18e1ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -284,9 +284,9 @@ dependencies { implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0' // you will want to install the android studio lombok plugin - compileOnly 'org.projectlombok:lombok:1.16.20' + //compileOnly 'org.projectlombok:lombok:1.16.20' // compileOnly 'javax.annotation:javax.annotation-api:1.3.2' - annotationProcessor "org.projectlombok:lombok:1.16.20" + //annotationProcessor "org.projectlombok:lombok:1.16.20" // new for tidepool implementation "com.squareup.retrofit2:retrofit:2.4.0"