diff --git a/README.md b/README.md index 41ab810..bbde71f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the Gradle dependency to the `build.gradle` file of the app module: ```Gradle dependencies { - compile 'io.storj:libstorj-android:0.7.2' + compile 'io.storj:libstorj-android:0.8' } ``` diff --git a/android-libstorj/build.gradle b/android-libstorj/build.gradle index a5356ce..c88d8e2 100644 --- a/android-libstorj/build.gradle +++ b/android-libstorj/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 26 - versionCode 11 - versionName "0.7.2" + versionCode 12 + versionName "0.8" 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.2' + publishVersion = '0.8' desc = 'Libstorj for Android' website = 'https://github.com/Storj/android-libstorj' }