We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07163fd commit a7b91e6Copy full SHA for a7b91e6
RNLine.podspec
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
22
'SWIFT_COMPILATION_MODE' => 'wholemodule'
23
}
24
25
- s.dependency 'LineSDKSwift', '~> 5.8.1'
+ s.dependency 'LineSDKSwift', '~> 5.11.0'
26
s.dependency 'React-Core'
27
end
android/build.gradle
@@ -33,6 +33,6 @@ android {
33
34
dependencies {
35
implementation "com.facebook.react:react-native:+"
36
- implementation "com.linecorp.linesdk:linesdk:5.8.1"
+ implementation "com.linecorp.linesdk:linesdk:5.11.0"
37
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
38
0 commit comments