1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-17 11:23:00 +00:00

Merge pull request #464 from chobitsfan/patch-2

update adding repository
This commit is contained in:
kai-morich
2023-01-12 17:25:01 +01:00
committed by GitHub
+11
View File
@@ -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 {