Skip to content

Commit

Permalink
TECH: deleted target 17
Browse files Browse the repository at this point in the history
  • Loading branch information
AzamatCherchesov committed Feb 21, 2024
1 parent 5f99d54 commit d2761e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tutorial/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ android {
testOptions {
execution = "ANDROIDX_TEST_ORCHESTRATOR"
}

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
}
}

dependencies {
Expand Down

0 comments on commit d2761e7

Please sign in to comment.