Skip to content

Commit

Permalink
trying to fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
MostafaMohamed2002 committed May 2, 2024
1 parent 7a92681 commit e1523aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ android {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}
kotlinOptions {
jvmTarget = "1.8"
}
Expand Down

0 comments on commit e1523aa

Please sign in to comment.