Browse Source

also bump annotationProcessor

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 6 năm trước cách đây
mục cha
commit
083b19a96e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'