diff --git a/README.md b/README.md index 1f346ad5..34cbce13 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 369c024a..c4ac032e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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