Skip to content

Commit cb20e2c

Browse files
committed
Upgrade LineSDK for Android to v5.0.0
1 parent 3b46b66 commit cb20e2c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
buildToolsVersion "26.0.1"
66

77
defaultConfig {
8-
minSdkVersion 16
8+
minSdkVersion 17
99
targetSdkVersion 26
1010
versionCode 1
1111
versionName "1.0"
@@ -27,7 +27,7 @@ repositories {
2727

2828
dependencies {
2929
compile fileTree(dir: "libs", include: ["*.jar"])
30-
compile(name:'line-sdk-4.0.8', ext:'aar') { transitive = true }
30+
compile(name:'line-sdk-5.0.0', ext:'aar') { transitive = true }
3131
compile "com.android.support:appcompat-v7:26.0.1"
3232
compile "com.android.support:customtabs:26.0.1"
3333
compile "com.facebook.react:react-native:+" // From node_modules

android/libs/line-sdk-4.0.8.aar

-82 KB
Binary file not shown.

android/libs/line-sdk-5.0.0.aar

245 KB
Binary file not shown.

0 commit comments

Comments
 (0)