Skip to content

Commit

Permalink
Bump to up HaishinKit.kt 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Jun 9, 2023
1 parent e91c348 commit ce25ae7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ android {
compileSdkVersion 33

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

kotlinOptions {
jvmTarget = JavaVersion.VERSION_17
jvmTarget = JavaVersion.VERSION_1_8
}

sourceSets {
Expand All @@ -47,5 +47,5 @@ android {
}

dependencies {
implementation 'com.github.shogo4405.HaishinKit~kt:haishinkit:0.11.0'
implementation 'com.github.shogo4405.HaishinKit~kt:haishinkit:0.11.1'
}

0 comments on commit ce25ae7

Please sign in to comment.