From ca5379f9c42d7f7ecd937aef279bf6e2e820f44b Mon Sep 17 00:00:00 2001 From: Felipe Herranz Date: Sat, 6 Apr 2019 01:04:00 +0200 Subject: [PATCH] release 6.0.5 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea1316e..8fe8198 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ Then add the dependency to your module's build.gradle: /app/build.gradle ```groovy -implementation 'com.github.felHR85:UsbSerial:6.0.4' +implementation 'com.github.felHR85:UsbSerial:6.0.5' ``` TO-DO diff --git a/gradle.properties b/gradle.properties index 4a85b3e..6087a0d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=6.0.4 +VERSION_NAME=6.0.5 VERSION_CODE=1 ANDROID_BUILD_MIN_SDK_VERSION=12 ANDROID_BUILD_TARGET_SDK_VERSION=27