Skip to content

Commit c46e87b

Browse files
committed
chore(agentweb): upgradle project jdk version
1 parent 66715aa commit c46e87b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
jdk:
2-
- openjdk11
2+
- openjdk17

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ dependencies {
7171
api project(':agentweb-core')
7272
api project(':agentweb-filechooser')
7373
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
74-
// implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.0-alpha.1-androidx'
75-
// implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.0-alpha.1-androidx'
74+
// implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.1.0-androidx'
75+
// implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.1.0-androidx'
7676
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.5.1'
7777
// releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
7878
// testImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'

0 commit comments

Comments
 (0)