no_default_setup 5.0.1
Felipe Herranz 2018-12-25 21:59:28 +01:00
rodzic 515b7c242a
commit 04cfbdf76e
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -1,4 +1,4 @@
VERSION_NAME=5.0.0
VERSION_NAME=5.0.1
VERSION_CODE=1
ANDROID_BUILD_MIN_SDK_VERSION=12
ANDROID_BUILD_TARGET_SDK_VERSION=27