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

Commit

Permalink
Bump version to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed Jun 3, 2019
1 parent ed41eef commit e9c49b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ThirtyInch is available via [jcenter](http://blog.bintray.com/2015/02/09/android

```gradle
dependencies {
def thirtyinchVersion = '0.9.0'
def thirtyinchVersion = '0.9.5'
implementation "net.grandcentrix.thirtyinch:thirtyinch:$thirtyinchVersion"
implementation "net.grandcentrix.thirtyinch:thirtyinch-rx2:$thirtyinchVersion"
implementation "net.grandcentrix.thirtyinch:thirtyinch-logginginterceptor:$thirtyinchVersion"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ allprojects {
}

ext {
VERSION_NAME = "0.10.0-SNAPSHOT"
VERSION_CODE = 11
VERSION_NAME = "0.9.5"
VERSION_CODE = 12
MIN_SDK_VERSION = 14
// If you change the SDK version don't forgot to update .travis.yml
TARGET_SDK_VERSION = 26
Expand Down
5 changes: 1 addition & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation "com.android.support:appcompat-v7:$supportLibraryVersion"
implementation 'com.jakewharton.rxbinding:rxbinding:1.0.1'

//def thirtyinchVersion = '0.8.6-SNAPSHOT'
//def thirtyinchVersion = '0.9.6-SNAPSHOT'
//implementation "net.grandcentrix.thirtyinch:thirtyinch:$thirtyinchVersion"
//implementation "net.grandcentrix.thirtyinch:thirtyinch-rx:$thirtyinchVersion"
//implementation "net.grandcentrix.thirtyinch:thirtyinch-logginginterceptor:$thirtyinchVersion"
Expand All @@ -55,6 +55,3 @@ dependencies {
testImplementation "junit:junit:$junitVersion"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
repositories {
mavenCentral()
}

0 comments on commit e9c49b7

Please sign in to comment.