Skip to content

Commit

Permalink
Update to io.storj:libuplink-android-gomobile:0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev committed Nov 15, 2019
1 parent e444ce7 commit ca16c13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libuplink-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ plugins {
// To release libuplink-android to Bintray
// ./gradlew clean assembleRelease sourcesJar javadocJar :libuplink-android:bintrayUpload

def libraryVersion = '0.9.0'
def libraryVersion = '0.10.0'

android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 21
targetSdkVersion 28
versionCode 10
versionCode 11
versionName libraryVersion

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -110,5 +110,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-gomobile:0.9'
implementation 'io.storj:libuplink-android-gomobile:0.10.0'
}

0 comments on commit ca16c13

Please sign in to comment.