Skip to content

Commit

Permalink
update jdk 19 -> 21
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Qiqi <[email protected]>
  • Loading branch information
lingqiqi5211 committed Mar 14, 2024
1 parent 204f4c7 commit 0120bd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hidden-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ android {
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_19
targetCompatibility = JavaVersion.VERSION_19
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_19.majorVersion
jvmTarget = JavaVersion.VERSION_21.majorVersion
}
}

Expand Down

0 comments on commit 0120bd2

Please sign in to comment.