From 4e8032b3068172d8b53a4bc101dfabc4405061ab Mon Sep 17 00:00:00 2001 From: Magnus Date: Mon, 14 Dec 2020 22:38:00 +0100 Subject: [PATCH] bump version --- README.md | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- libaums/build.gradle | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a7d12813..2860f826 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A library to access USB mass storage devices (pen drives, external HDDs, card re The library can be included into your project like this: ```ruby -implementation 'me.jahnen:libaums:0.7.6' +implementation 'me.jahnen:libaums:0.8.0' ``` If you need the HTTP or the storage provider module: diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bcc35012..d7ac93c2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip diff --git a/libaums/build.gradle b/libaums/build.gradle index 3e80bb73..fcf878bf 100644 --- a/libaums/build.gradle +++ b/libaums/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'com.hiya.jacoco-android' ext { artifact = 'libaums' bintrayName = 'libaums' - libraryVersion = '0.7.7' + libraryVersion = '0.8.0' } configurations { @@ -21,8 +21,8 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 29 - versionCode 75 - versionName "0.7.7" + versionCode 80 + versionName "0.8.0" externalNativeBuild { cmake {