Skip to content

Commit

Permalink
chore(agentweb): upgradle project jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Dec 9, 2023
1 parent 66715aa commit c46e87b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jdk:
- openjdk11
- openjdk17
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c46e87b

Please sign in to comment.