Skip to content

Commit

Permalink
fix #42: set minSdk = 23 for now
Browse files Browse the repository at this point in the history
as stated at #42 (comment) I may revert this change at any time (but not before releasing 0.4.2)
  • Loading branch information
atsushieno committed May 28, 2023
1 parent 6151844 commit abb910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ktmidi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ android {
sourceSets["test"].assets.srcDir("src/commonTest/resources") // kind of hack...
defaultConfig {
compileSdk = 32
minSdk = 24
minSdk = 23
targetSdk = 32
}
buildTypes {
Expand Down

0 comments on commit abb910c

Please sign in to comment.