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'