Skip to content

Commit 9bceff8

Browse files
authored
Improve android integration guide #3
1 parent 1701a74 commit 9bceff8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ To integrate `react-native-usbserial` with the rest of your react app just execu
1515
react-native link react-native-usbserial
1616
```
1717

18+
### Android
19+
20+
To integrate it with your android application you also need to add these following lines on your `android/app/build.gradle`:
21+
22+
```gradle
23+
repositories {
24+
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
25+
}
26+
```
27+
1828
## Usage
1929

2030
```javascript

0 commit comments

Comments
 (0)