pull/270/head 6.1.0
Felipe Herranz 2019-07-11 23:31:57 +02:00
rodzic 85c69b540d
commit 08ef5bbb3f
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -1,4 +1,4 @@
VERSION_NAME=6.0.6
VERSION_NAME=6.1.0
VERSION_CODE=1
ANDROID_BUILD_MIN_SDK_VERSION=12
ANDROID_BUILD_TARGET_SDK_VERSION=27