Skip to content

Commit

Permalink
Merge pull request #168 from YkSix/bump_version_to_5_10_1
Browse files Browse the repository at this point in the history
Update version to 5.10.1
  • Loading branch information
YkSix authored May 16, 2024
2 parents 467b6a1 + 13095c7 commit 2874ea6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ossrh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 11
- name: Decode Token To File
uses: timheuer/[email protected]
with:
fileName: 'verification.properties'
fileDir: './line-sdk/src/main/resources/META-INF/com/linecorp/linesdk/linesdk/'
encodedString: ${{ secrets.SDK_CONSOLE_TOKEN }}
- name: Deploy artifacts
env:
ORG_GRADLE_PROJECT_repositoryUsername: ${{ secrets.OSSRH_USERNAME }}
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.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 2874ea6

Please sign in to comment.