Skip to content

Commit

Permalink
dev: bump version name to 5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YkSix committed May 16, 2024
1 parent 56405c3 commit 13095c7
Showing 1 changed file with 2 additions and 2 deletions.
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.0"
version = "5.10.1"

android {
compileSdk 33

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

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

0 comments on commit 13095c7

Please sign in to comment.