mirror of
https://github.com/mik3y/usb-serial-for-android
synced 2025-06-07 07:56:20 +00:00
Merge pull request #464 from chobitsfan/patch-2
update adding repository
This commit is contained in:
commit
6ffb666b33
11
README.md
11
README.md
@ -26,6 +26,17 @@ allprojects {
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Starting with gradle 6.8 you can alternatively add jitpack.io repository to your settings.gradle:
|
||||
```gradle
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
...
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Add library to dependencies
|
||||
```gradle
|
||||
dependencies {
|
||||
|
Loading…
x
Reference in New Issue
Block a user