mirror of
https://github.com/mik3y/usb-serial-for-android
synced 2025-06-07 16:06:10 +00:00
update adding repository
This commit is contained in:
parent
5bb8db02d5
commit
589b8a0fbf
11
README.md
11
README.md
@ -26,6 +26,17 @@ allprojects {
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
For newer version of Android Studio, add jitpack.io repository to your settings.gradle instead:
|
||||
```gradle
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
...
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Add library to dependencies
|
||||
```gradle
|
||||
dependencies {
|
||||
|
Loading…
x
Reference in New Issue
Block a user