Skip to content

Commit

Permalink
dev: bump sdk version to 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YkSix committed Jan 15, 2025
1 parent a80ed97 commit 2fff4f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.10.1")
implementation("com.linecorp.linesdk:linesdk:5.11.0")
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
4 changes: 2 additions & 2 deletions line-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'

group = "com.linecorp.linesdk"
version = "5.10.1"
version = "5.11.0"

android {
compileSdk 33

defaultConfig {
minSdkVersion 24
targetSdkVersion 33
versionCode 5_10_01
versionCode 5_11_00
versionName version

consumerProguardFiles 'consumer-proguard-rules.pro'
Expand Down

0 comments on commit 2fff4f5

Please sign in to comment.