Update README.md

```compile``` is deprecated and should be replaced with ```implementation```
pull/159/head
Rafael Araujo Lehmkuhl 2018-08-02 23:32:56 -03:00 zatwierdzone przez GitHub
rodzic 4b1a6c5086
commit eb80518fba
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

@ -182,7 +182,7 @@ Then add the dependency to your module's build.gradle:
/app/build.gradle
```groovy
compile 'com.github.felHR85:UsbSerial:4.5.2'
implementation 'com.github.felHR85:UsbSerial:4.5.2'
```
TO-DO