Skip to content

Commit

Permalink
chore: upgrade LINE SDK ver in sample app (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
YkSix authored Oct 5, 2023
1 parent 0f6935d commit 96bf8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
}

dependencies {
implementation("com.linecorp.linesdk:linesdk:5.8.0")
implementation("com.linecorp.linesdk:linesdk:5.9.1")
implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1")
Expand Down

0 comments on commit 96bf8d6

Please sign in to comment.