Skip to content

Commit

Permalink
Revert "JavaVersion.VERSION_17"
Browse files Browse the repository at this point in the history
This reverts commit 0e6c860.
  • Loading branch information
UjuiUjuMandan committed Jan 10, 2025
1 parent 266b874 commit 2288ffd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions V2rayNG/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ android {

compileOptions {
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
jvmTarget = JavaVersion.VERSION_11.toString()
}

applicationVariants.all {
Expand Down

0 comments on commit 2288ffd

Please sign in to comment.