pull/240/head 6.0.5
Felipe Herranz 2019-04-06 01:04:00 +02:00
rodzic 5eddda99e9
commit ca5379f9c4
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -1,4 +1,4 @@
VERSION_NAME=6.0.4
VERSION_NAME=6.0.5
VERSION_CODE=1
ANDROID_BUILD_MIN_SDK_VERSION=12
ANDROID_BUILD_TARGET_SDK_VERSION=27