You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing class com.linecorp.linesdk.BR (referenced from: boolean com.linecorp.linesdk.databinding.OpenChatInfoFragmentBindingImpl.onChangeViewModelChatroomName(androidx.lifecycle.MutableLiveData, int) and 1 other context)
my solve way
add -dontwarn com.linecorp.linesdk.BR in proguard-rules.pro
environment
LINE SDK version:5.8.1
Android Studio version:Android Studio Flamingo | 2022.2.1
AGP:8.0
Gradle:8.0
The text was updated successfully, but these errors were encountered:
What did you do?
run release build:
What did you expect?
build success
What happened actually?
build fail and show:
my solve way
add
-dontwarn com.linecorp.linesdk.BR
in proguard-rules.proenvironment
LINE SDK version:5.8.1
Android Studio version:Android Studio Flamingo | 2022.2.1
AGP:8.0
Gradle:8.0
The text was updated successfully, but these errors were encountered: