We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515b7c2 commit 04cfbdfCopy full SHA for 04cfbdf
2 files changed
README.md
@@ -190,7 +190,7 @@ Then add the dependency to your module's build.gradle:
190
191
/app/build.gradle
192
```groovy
193
-implementation 'com.github.felHR85:UsbSerial:5.0.0'
+implementation 'com.github.felHR85:UsbSerial:5.0.1'
194
```
195
196
TO-DO
gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=5.0.0
+VERSION_NAME=5.0.1
2
VERSION_CODE=1
3
ANDROID_BUILD_MIN_SDK_VERSION=12
4
ANDROID_BUILD_TARGET_SDK_VERSION=27
0 commit comments