diff --git a/android/android_framework/base/build.gradle.kts b/android/android_framework/base/build.gradle.kts index 7f7f3bafd..50ac591a6 100644 --- a/android/android_framework/base/build.gradle.kts +++ b/android/android_framework/base/build.gradle.kts @@ -20,8 +20,8 @@ dependencies { // Framework compileOnly(files("../../android_sdk/30/android-30.jar")) - compileOnly("org.projectlombok:lombok:1.18.34") - annotationProcessor("org.projectlombok:lombok:1.18.34") + compileOnly("org.projectlombok:lombok:1.18.36") + annotationProcessor("org.projectlombok:lombok:1.18.36") implementation(libs.rxjava) implementation(libs.gson) diff --git a/android/android_framework/patch-magisk/bridge/build.gradle.kts b/android/android_framework/patch-magisk/bridge/build.gradle.kts index 4d2e36455..24a46fd57 100644 --- a/android/android_framework/patch-magisk/bridge/build.gradle.kts +++ b/android/android_framework/patch-magisk/bridge/build.gradle.kts @@ -3,8 +3,8 @@ plugins { } dependencies { - compileOnly("org.projectlombok:lombok:1.18.34") - annotationProcessor("org.projectlombok:lombok:1.18.34") + compileOnly("org.projectlombok:lombok:1.18.36") + annotationProcessor("org.projectlombok:lombok:1.18.36") implementation(project(":android_framework:base")) compileOnly(project(":android_framework:hidden-api")) diff --git a/android/android_framework/patch-magisk/patch-framework/build.gradle.kts b/android/android_framework/patch-magisk/patch-framework/build.gradle.kts index 50f22d0a6..3a821c6d7 100644 --- a/android/android_framework/patch-magisk/patch-framework/build.gradle.kts +++ b/android/android_framework/patch-magisk/patch-framework/build.gradle.kts @@ -5,8 +5,8 @@ plugins { dependencies { implementation(libs.rxjava) - compileOnly("org.projectlombok:lombok:1.18.34") - annotationProcessor("org.projectlombok:lombok:1.18.34") + compileOnly("org.projectlombok:lombok:1.18.36") + annotationProcessor("org.projectlombok:lombok:1.18.36") implementation(project(":android_framework:base")) implementation(project(":android_framework:services")) diff --git a/android/android_framework/patchx-lib/build.gradle.kts b/android/android_framework/patchx-lib/build.gradle.kts index d116ed284..081fdd2f0 100644 --- a/android/android_framework/patchx-lib/build.gradle.kts +++ b/android/android_framework/patchx-lib/build.gradle.kts @@ -3,8 +3,8 @@ plugins { } dependencies { - compileOnly("org.projectlombok:lombok:1.18.34") - annotationProcessor("org.projectlombok:lombok:1.18.34") + compileOnly("org.projectlombok:lombok:1.18.36") + annotationProcessor("org.projectlombok:lombok:1.18.36") compileOnly(files(project.rootProject.file("android_sdk/xposed-api-82.jar"))) } \ No newline at end of file diff --git a/android/modules/module_activity_trampoline/build.gradle.kts b/android/modules/module_activity_trampoline/build.gradle.kts index afbac03d6..4e3ea1631 100644 --- a/android/modules/module_activity_trampoline/build.gradle.kts +++ b/android/modules/module_activity_trampoline/build.gradle.kts @@ -33,8 +33,8 @@ dependencies { implementation(libs.gson) implementation(libs.rxjava) - compileOnly("org.projectlombok:lombok:1.18.34") - annotationProcessor("org.projectlombok:lombok:1.18.34") + compileOnly("org.projectlombok:lombok:1.18.36") + annotationProcessor("org.projectlombok:lombok:1.18.36") implementation(project(":modules:module_common")) implementation(project(":android_framework:base"))