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

Commit

Permalink
Prepare 0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev committed Dec 4, 2018
1 parent eca80de commit e5c5176
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 @@ -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'
}
```

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 11
versionName "0.7.2"
versionCode 12
versionName "0.8"
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.7.2'
publishVersion = '0.8'
desc = 'Libstorj for Android'
website = 'https://github.com/Storj/android-libstorj'
}
Expand Down

0 comments on commit e5c5176

Please sign in to comment.