소스 검색

also bump annotationProcessor

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 6 년 전
부모
커밋
083b19a96e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -264,7 +264,7 @@ dependencies {
     implementation 'org.jetbrains:annotations:17.0.0'
 
     compileOnly "org.projectlombok:lombok:1.18.6"
-    annotationProcessor "org.projectlombok:lombok:1.18.4"
+    annotationProcessor "org.projectlombok:lombok:1.18.6"
 
     androidTestImplementation 'tools.fastlane:screengrab:1.2.0'