Skip to content

Commit e2c5b8d

Browse files
authored
Merge pull request #137 from xmartlabs/chore/readme
[Chore] Update Readme
2 parents a4130cb + ff88ac3 commit e2c5b8d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Line SDK wrapper for React Native 🚀
1111

1212
## Requirements
1313

14-
- Android `minSdkVersion` 24 or higher
15-
- iOS minimum development target 13.0 or higher
14+
- Android `minSdkVersion` needs to be at least version `24`.
15+
- iOS `deploymentTarget` needs to be at least version `15.1`.
1616
- [LINE developer account](https://developers.line.biz/console/) with a channel created.
1717

1818
## Installation
@@ -57,9 +57,8 @@ If you're using Expo you need to add this plugins
5757

5858
Inside your `AppDelegate.m`, setup the line sdk by passing the channel id obtained.
5959

60-
1. Add `platform :ios, '13.0'` in `Podfile` line:1
61-
2. Modify your info.plist like it says here [Configuring the Info.plist file](https://developers.line.biz/en/docs/line-login-sdks/ios-sdk/swift/setting-up-project/#config-infoplist-file)
62-
3. Change your `AppDelegate.m` to match the following:
60+
1. Modify your info.plist like it says here [Configuring the Info.plist file](https://developers.line.biz/en/docs/line-login-sdks/ios-sdk/swift/setting-up-project/#config-infoplist-file)
61+
2. Change your `AppDelegate.m` to match the following:
6362

6463
```objc
6564
// AppDelegate.m

0 commit comments

Comments
 (0)