Skip to content

Commit

Permalink
build: support jdk17
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Nov 24, 2022
1 parent c7733c3 commit 96dfa19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
java: [ 8, 9, 10, 11, 12, 13, 14, 15, 16 ]
java: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -25,7 +25,7 @@ buildscript {
commons_text : 'org.apache.commons:commons-text:1.10.0',
guava : 'com.google.guava:guava:31.0.1-jre',
junit : 'junit:junit:4.13.2',
proguard_gradle: 'com.guardsquare:proguard-gradle:7.1.1',
proguard_gradle: 'com.guardsquare:proguard-gradle:7.3.0',
snakeyaml : 'org.yaml:snakeyaml:1.32:android',
smali : 'com.github.iBotPeaches.smali:smali:403e90375e',
xmlpull : 'xpp3:xpp3:1.1.4c',
Expand Down

0 comments on commit 96dfa19

Please sign in to comment.