Skip to content

Commit 787abd4

Browse files
authored
Merge pull request #94 from amlzq/master
Exclude lifecycle-extensions
2 parents abeaa65 + 502174c commit 787abd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ android {
4444
dependencies {
4545
implementation('com.linecorp.linesdk:linesdk:5.9.1') {
4646
exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel-ktx'
47+
exclude group: 'androidx.lifecycle', module: 'lifecycle-extensions'
4748
}
4849
implementation 'com.google.code.gson:gson:2.8.5'
4950
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

0 commit comments

Comments
 (0)