Skip to content

Releases: line/line-sdk-android

Release 5.11.1

08 May 05:25
ef732fc
Compare
Choose a tag to compare
Merge pull request #177 from YkSix/proguard_rule_for_BR

Update consumer-proguard-rules for BR class

Release 5.11.0

20 Jan 02:30
5ae61e4
Compare
Choose a tag to compare
Merge pull request #175 from YkSix/bump-sdk-version-5-11

Update version to 5.11.0

Release 5.10.1

20 May 03:32
2874ea6
Compare
Choose a tag to compare
  1. Move package from 'com.linecorp.android.security' to 'com.linecorp.linesdk.internal.security' to fix clashed package names (#165)
  2. Remove deprecated dependency: androidx.lifecycle:lifecycle-extensions (#166)

Release 5.10.0

14 Dec 01:07
aefcdaa
Compare
Choose a tag to compare

Replace weak crypto implementation (#158)

Replace crypto implementation with stronger key generation method.

https://developers.line.biz/en/news/2023/12/14/line-login-sdk-for-android/

Release 5.9.1

02 Oct 02:27
0f6935d
Compare
Choose a tag to compare
  • Update license holder name. LY Corporation is now the license holder of LINE SDK Android. The license content and terms itself is not changed so you can still use the SDK under the same condition as before.

Release 5.9.0

08 Aug 04:21
e538e6d
Compare
Choose a tag to compare

Behavior Changes

  • Add Cancel error message for user cancel login flow
  • Add optional auth parameter

Build Changes

  • Change minSdkVersion to 24

Release 5.8.1

02 Feb 05:58
7078cf1
Compare
Choose a tag to compare

Behavior Changes

  • Remove allowBackup property from SDK.
    • The value of allowBackup was disabled by LINE SDK in previous versions but it makes more sense to be configured in App side.
      For more details, please refer to Android Developer Docs.

Build Changes

  • Update Kotlin version to 1.7.20
  • Update Android Gradle build tool to 7.3.1
  • Update to Gradle 7.6

Release 5.8.0

01 Dec 08:52
b0f869d
Compare
Choose a tag to compare
v5.8.0

v5.8.0

Release 5.7.0

19 Aug 04:58
65c001d
Compare
Choose a tag to compare

Add new open chat plug permissions.

Release 5.6.0

29 Sep 03:30
285ca1c
Compare
Choose a tag to compare

Add detail INTERNAL_ERROR types (#86)

Now in LineApiError, a new errorCode is added to indicate detail root cause.

image

update minSdkVersion from 17 to 19; update targetSdkVersion from 29 to 30 (#86)

Support Android 11's new Package Visibility configuration (#91)

https://developer.android.com/about/versions/11/privacy/package-visibility