Skip to content

Commit

Permalink
Update gradle config
Browse files Browse the repository at this point in the history
  • Loading branch information
kshoji committed May 5, 2024
1 parent 6788857 commit 01459f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MIDIDriver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ android {
targetSdkVersion 34
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

namespace "jp.kshoji.driver.midi"

sourceSets {
Expand Down

0 comments on commit 01459f8

Please sign in to comment.