Skip to content

Commit

Permalink
Bump java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagiancarli committed Sep 14, 2023
1 parent d569d5c commit 70b06a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'
cache: 'gradle'
- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android.nonTransitiveRClass=true
android.nonFinalResIds=false

# Library properties
LIBRARY_VERSION=5.0.0
LIBRARY_VERSION=7.0.0
LIBRARY_GROUP=it.inps.sirio
LIBRARY_ARTIFACT=library
# Github required information
Expand Down

0 comments on commit 70b06a2

Please sign in to comment.