line / line-sdk-android

LINE SDK for Android lets you integrate LINE into your Android app to create a more engaging experience for your users.
https://developers.line.biz/en/docs/android-sdk/
Apache License 2.0
133 stars 45 forks source link

Build failed on AGP 4.2.2 when target/compileSdkVersion 34 #157

Open LeeSeungYun1020 opened 8 months ago

LeeSeungYun1020 commented 8 months ago

What did you do?

I change targetSdkVersion and compileSdkVersion 33 to 34.

What did you expect?

Build Successful.

What happened actually?

Build failed when I changed targetSdkVersion and compileSdkVersion 33 to 34.

Your environment?

LINE SDK version: 5.7.0 Android Studio Version: Giraffe 2022.3.1 Patch 3 Android Version: android 14(API level 34) AGP 4.2.2 / gradle 6.7.1 / targetSdkVersion 34 / compileSdkVersion 34 / buildToolsVersion 30.0.3

Sample project

Set environment to

AGP 4.2.2 / gradle 6.7.1 / targetSdkVersion 34 / compileSdkVersion 34 / buildToolsVersion 30.0.3

At build.gradle(app) file Add dependency

implementation ('com.linecorp.linesdk:linesdk:5.7.0')

It's the same even if I change to the latest version

implementation 'com.linecorp.linesdk:linesdk:latest.release'
bf234511171 commented 8 months ago

same failed for me

vincent-paing commented 6 months ago

What was the error message you got in the log?