Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
kai-morich 880c0070cb
3.7.0 in README 2023-10-15 17:07:10 +02:00
kai-morich a1709c3911
mention gradle kotlin DSL (#537) 2023-10-15 17:06:14 +02:00
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -37,10 +37,15 @@ dependencyResolutionManagement {
}
```
If using gradle kotlin use line
```gradle.kts
maven(url = "https://jitpack.io")
```
Add library to dependencies
```gradle
dependencies {
implementation 'com.github.mik3y:usb-serial-for-android:3.6.0'
implementation 'com.github.mik3y:usb-serial-for-android:3.7.0'
}
```