line-sdk-android icon indicating copy to clipboard operation
line-sdk-android copied to clipboard

Build failed on AGP 4.2.2 when target/compileSdkVersion 34

Open LeeSeungYun1020 opened this issue 7 months ago • 2 comments

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'

LeeSeungYun1020 avatar Nov 15 '23 07:11 LeeSeungYun1020

same failed for me

bf234511171 avatar Nov 22 '23 03:11 bf234511171

What was the error message you got in the log?

vincent-paing avatar Jan 25 '24 08:01 vincent-paing