Skip to content

Commit

Permalink
Update: Reverted to Android 11 target toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaypatelbond committed Oct 8, 2024
1 parent e772cd2 commit 2effd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cropper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ licensee {

kotlin {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(17))
languageVersion.set(JavaLanguageVersion.of(11))
}
}

Expand Down

0 comments on commit 2effd1f

Please sign in to comment.