1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 08:22:52 +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
+11
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 {