mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-22 05:43:09 +00:00
update adding repository
This commit is contained in:
@@ -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
|
Add library to dependencies
|
||||||
```gradle
|
```gradle
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
Reference in New Issue
Block a user