Skip to content

Commit

Permalink
java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
REBOOTERS committed Oct 14, 2024
1 parent 4a4a137 commit ae0d2d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ android {
signingConfig signingConfigs.debug
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "11"
}
lint {
abortOnError false
Expand Down

0 comments on commit ae0d2d4

Please sign in to comment.