Skip to content

Commit

Permalink
- prepare f-droid release
Browse files Browse the repository at this point in the history
- revert jdk to 17
  • Loading branch information
ma7moud3ly committed Oct 18, 2024
1 parent 938daf0 commit 18bdd3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ android {

compileOptions {
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = JavaVersion.VERSION_18
targetCompatibility = JavaVersion.VERSION_18
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

kotlin {
jvmToolchain(18)
jvmToolchain(17)
}

buildFeatures {
Expand Down

0 comments on commit 18bdd3a

Please sign in to comment.