From 08ef5bbb3fb2352b0dcc197564eff2d6df8678e4 Mon Sep 17 00:00:00 2001 From: Felipe Herranz Date: Thu, 11 Jul 2019 23:31:57 +0200 Subject: [PATCH] release 6.1.0 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2f80d0..e994e74 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ Then add the dependency to your module's build.gradle: /app/build.gradle ```groovy -implementation 'com.github.felHR85:UsbSerial:6.0.6' +implementation 'com.github.felHR85:UsbSerial:6.1.0' ``` TO-DO diff --git a/gradle.properties b/gradle.properties index b302063..c36a6b7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=6.0.6 +VERSION_NAME=6.1.0 VERSION_CODE=1 ANDROID_BUILD_MIN_SDK_VERSION=12 ANDROID_BUILD_TARGET_SDK_VERSION=27