We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84de172 commit 7b38d36Copy full SHA for 7b38d36
app/build.gradle
@@ -52,8 +52,8 @@ dependencies {
52
implementation 'com.pavelsikun:material-seekbar-preference:2.3.0'
53
implementation 'org.apache.commons:commons-collections4:4.4'
54
55
- compileOnly 'org.projectlombok:lombok:1.18.10'
56
- annotationProcessor 'org.projectlombok:lombok:1.18.10'
+ compileOnly 'org.projectlombok:lombok:1.18.28'
+ annotationProcessor 'org.projectlombok:lombok:1.18.28'
57
58
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
59
androidTestImplementation 'com.android.support.test:runner:1.0.2'
0 commit comments