1
0
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:
Chobits Tai 2023-01-04 14:10:54 +08:00 committed by GitHub
parent 5bb8db02d5
commit 589b8a0fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {