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

Commit e9c49b7

Browse files
committed
Bump version to 0.9.5
1 parent ed41eef commit e9c49b7

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ThirtyInch is available via [jcenter](http://blog.bintray.com/2015/02/09/android
2727

2828
```gradle
2929
dependencies {
30-
def thirtyinchVersion = '0.9.0'
30+
def thirtyinchVersion = '0.9.5'
3131
implementation "net.grandcentrix.thirtyinch:thirtyinch:$thirtyinchVersion"
3232
implementation "net.grandcentrix.thirtyinch:thirtyinch-rx2:$thirtyinchVersion"
3333
implementation "net.grandcentrix.thirtyinch:thirtyinch-logginginterceptor:$thirtyinchVersion"

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ allprojects {
2929
}
3030

3131
ext {
32-
VERSION_NAME = "0.10.0-SNAPSHOT"
33-
VERSION_CODE = 11
32+
VERSION_NAME = "0.9.5"
33+
VERSION_CODE = 12
3434
MIN_SDK_VERSION = 14
3535
// If you change the SDK version don't forgot to update .travis.yml
3636
TARGET_SDK_VERSION = 26

sample/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation "com.android.support:appcompat-v7:$supportLibraryVersion"
4444
implementation 'com.jakewharton.rxbinding:rxbinding:1.0.1'
4545

46-
//def thirtyinchVersion = '0.8.6-SNAPSHOT'
46+
//def thirtyinchVersion = '0.9.6-SNAPSHOT'
4747
//implementation "net.grandcentrix.thirtyinch:thirtyinch:$thirtyinchVersion"
4848
//implementation "net.grandcentrix.thirtyinch:thirtyinch-rx:$thirtyinchVersion"
4949
//implementation "net.grandcentrix.thirtyinch:thirtyinch-logginginterceptor:$thirtyinchVersion"
@@ -55,6 +55,3 @@ dependencies {
5555
testImplementation "junit:junit:$junitVersion"
5656
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5757
}
58-
repositories {
59-
mavenCentral()
60-
}

0 commit comments

Comments
 (0)