This repository was archived by the owner on Mar 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ThirtyInch is available via [jcenter](http://blog.bintray.com/2015/02/09/android
2727
2828``` gradle
2929dependencies {
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"
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ allprojects {
2929}
3030
3131ext {
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
Original file line number Diff line number Diff 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- }
You can’t perform that action at this time.
0 commit comments