diff --git a/app/build.gradle b/app/build.gradle index 93758bd..f942b97 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "name.raev.kaloyan.hellostorj" minSdkVersion 21 targetSdkVersion 28 - versionCode 15 - versionName "0.11.0" + versionCode 16 + versionName "0.12.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { @@ -31,6 +31,6 @@ dependencies { implementation 'com.android.support:design:28.0.0' implementation 'com.android.support:support-v4:28.0.0' implementation 'org.ocpsoft.prettytime:prettytime:4.0.2.Final' - implementation 'io.storj:libuplink-android:0.9.0' + implementation 'io.storj:libuplink-android:0.10.0' // implementation project(':android-libuplink') } diff --git a/build.gradle b/build.gradle index 413ef04..7da6375 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.1' + classpath 'com.android.tools.build:gradle:3.5.2' classpath 'org.apache.httpcomponents:httpclient:4.5.6' // NOTE: Do not place your application dependencies here; they belong