Skip to content

Commit

Permalink
Java plugin target 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Feb 17, 2024
1 parent 82d3d5d commit 9fa4fa9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,9 @@ android {
compileSdk = 34
minSdk = 21
}

compileOptions {
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_8
}
}

0 comments on commit 9fa4fa9

Please sign in to comment.