mirror of
https://github.com/mik3y/usb-serial-for-android
synced 2025-07-09 15:38:59 +00:00
Compare commits
3 Commits
5bb8db02d5
...
6ffb666b33
Author | SHA1 | Date | |
---|---|---|---|
|
6ffb666b33 | ||
|
e3085eacce | ||
|
589b8a0fbf |
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