From 6bc4d59cfcbfebc8a64f449f71d0b2214d83293a Mon Sep 17 00:00:00 2001 From: Kaloyan Raev Date: Thu, 5 Apr 2018 13:26:48 +0300 Subject: [PATCH] Prepare version 0.7.1 --- README.md | 2 +- android-libstorj/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b077964..e89336c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add the Gradle dependency to the `build.gradle` file of the app module: ```Gradle dependencies { - compile 'io.storj:libstorj-android:0.7' + compile 'io.storj:libstorj-android:0.7.1' } ``` diff --git a/android-libstorj/build.gradle b/android-libstorj/build.gradle index adc5b4c..22d8a37 100644 --- a/android-libstorj/build.gradle +++ b/android-libstorj/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 26 - versionCode 9 - versionName "0.7" + versionCode 10 + versionName "0.7.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake { @@ -88,7 +88,7 @@ publish { userOrg = 'kaloyan-raev' groupId = 'io.storj' artifactId = 'libstorj-android' - publishVersion = '0.7' + publishVersion = '0.7.1' desc = 'Libstorj for Android' website = 'https://github.com/Storj/android-libstorj' }