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

Commit

Permalink
Prepare 0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev committed Aug 29, 2019
1 parent a86b7c5 commit 3c18c2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 {
implementation 'io.storj:libstorj-android-v3:0.11.0'
implementation 'io.storj:libstorj-android-v3:0.12.0'
}
```

Expand Down
8 changes: 4 additions & 4 deletions android-libstorj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 26
versionCode 15
versionName "0.11.0"
versionCode 16
versionName "0.12.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -33,7 +33,7 @@ publish {
userOrg = 'storj'
groupId = 'io.storj'
artifactId = 'libstorj-android-v3'
publishVersion = '0.11.0'
publishVersion = '0.12.0'
desc = 'Libstorj for Android (Storj V3 compatible)'
website = 'https://github.com/storj/android-libstorj'
}
Expand All @@ -42,5 +42,5 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'io.storj:libuplink-android:0.6'
implementation 'io.storj:libuplink-android:0.7'
}

0 comments on commit 3c18c2b

Please sign in to comment.