Skip to content

Commit

Permalink
build(gradle): upgrade to java 17 in utils modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu committed Feb 21, 2025
1 parent f043302 commit 315ad75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
}

Expand Down

0 comments on commit 315ad75

Please sign in to comment.