Skip to content

Commit

Permalink
Prepare 0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev committed Nov 15, 2019
1 parent 7860c43 commit b4202e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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')
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4202e6

Please sign in to comment.