Prepare for release 4.5.2

pull/145/head 4.5.2
Henry Addo 2018-01-15 06:20:04 +01:00
rodzic ee87ea8d02
commit b324aec352
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -1,4 +1,4 @@
VERSION_NAME=4.5.1
VERSION_NAME=4.5.2
VERSION_CODE=1
ANDROID_BUILD_MIN_SDK_VERSION=12
ANDROID_BUILD_TARGET_SDK_VERSION=27