From 5ae6c7197ef48c5e63d353ba11d0b8fbc5b0bc8e Mon Sep 17 00:00:00 2001 From: Faisal Alqadi Date: Fri, 18 Jul 2025 15:24:51 -0600 Subject: [PATCH 1/2] update java --- plugin/.idea/misc.xml | 2 +- plugin/lib/build.gradle | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugin/.idea/misc.xml b/plugin/.idea/misc.xml index f5c6d9e..21ff613 100644 --- a/plugin/.idea/misc.xml +++ b/plugin/.idea/misc.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/plugin/lib/build.gradle b/plugin/lib/build.gradle index ac23be1..738cb69 100644 --- a/plugin/lib/build.gradle +++ b/plugin/lib/build.gradle @@ -9,8 +9,8 @@ dependencies { implementation "com.squareup.moshi:moshi-adapters:$moshi_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" } -sourceCompatibility = "8" -targetCompatibility = "8" +sourceCompatibility = JavaVersion.VERSION_17 +targetCompatibility = JavaVersion.VERSION_17 buildscript { ext.kotlin_version = '2.1.0' ext.dagger_version = '2.56.2' @@ -28,12 +28,12 @@ repositories { } compileKotlin { kotlinOptions { - jvmTarget = "1.8" + jvmTarget = "17" } } compileTestKotlin { kotlinOptions { - jvmTarget = "1.8" + jvmTarget = "17" } } From 5caa02b29ba94a75c2c09e14546568e19d2e28cf Mon Sep 17 00:00:00 2001 From: Faisal Alqadi Date: Fri, 18 Jul 2025 15:25:19 -0600 Subject: [PATCH 2/2] bump version --- plugin/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/gradle.properties b/plugin/gradle.properties index bfb0808..0320f94 100644 --- a/plugin/gradle.properties +++ b/plugin/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.snap.daggerbrowser -VERSION_NAME=0.8 +VERSION_NAME=0.81 POM_DESCRIPTION=DaggerBrowser