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

Commit

Permalink
Prepare version 0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev committed Feb 1, 2018
1 parent 7921a73 commit 80931d0
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.4'
compile 'io.storj:libstorj-android:0.5'
}
```

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 6
versionName "0.4"
versionCode 7
versionName "0.5"
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.4'
publishVersion = '0.5'
desc = 'Libstorj for Android'
website = 'https://github.com/Storj/android-libstorj'
}
Expand Down

0 comments on commit 80931d0

Please sign in to comment.