Merge pull request #330 from Sharabaddin/master

dependencies example with current version instead of `Tag` that has to be replaced by each user
pull/339/head
kai-morich 2020-12-10 20:45:35 +01:00 zatwierdzone przez GitHub
commit 2d3f5e73ab
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -29,7 +29,7 @@ allprojects {
Add library to dependencies
```gradle
dependencies {
implementation 'com.github.mik3y:usb-serial-for-android:Tag'
implementation 'com.github.mik3y:usb-serial-for-android:3.3.0'
}
```