Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Prepare 0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev committed Feb 8, 2018
1 parent 4e26880 commit 725c6e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5'
compile 'io.storj:libstorj-android:0.6'
}
```

Expand Down
6 changes: 3 additions & 3 deletions android-libstorj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 26
versionCode 7
versionName "0.5"
versionCode 8
versionName "0.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down Expand Up @@ -88,7 +88,7 @@ publish {
userOrg = 'kaloyan-raev'
groupId = 'io.storj'
artifactId = 'libstorj-android'
publishVersion = '0.5'
publishVersion = '0.6'
desc = 'Libstorj for Android'
website = 'https://github.com/Storj/android-libstorj'
}
Expand Down

0 comments on commit 725c6e2

Please sign in to comment.