From c46e87b51e32fd43fe64459081f65c7241211f87 Mon Sep 17 00:00:00 2001 From: Justson Date: Sat, 9 Dec 2023 13:53:55 +0800 Subject: [PATCH] chore(agentweb): upgradle project jdk version --- jitpack.yml | 2 +- sample/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jitpack.yml b/jitpack.yml index 46c85291..1e41e00b 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -1,2 +1,2 @@ jdk: - - openjdk11 \ No newline at end of file + - openjdk17 \ No newline at end of file diff --git a/sample/build.gradle b/sample/build.gradle index ee6c88e0..77a27f83 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -71,8 +71,8 @@ dependencies { api project(':agentweb-core') api project(':agentweb-filechooser') implementation 'com.github.Justson:Downloader:v5.0.4-androidx' -// implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.0-alpha.1-androidx' -// implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.0-alpha.1-androidx' +// implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.1.0-androidx' +// implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.1.0-androidx' // debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.5.1' // releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1' // testImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'