File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ repositories {
1818```
1919``` Gradle
2020dependencies {
21- compile 'rebus:header-view:2.0.5 '
21+ compile 'rebus:header-view:2.0.6 '
2222}
2323```
2424### How to use
Original file line number Diff line number Diff line change @@ -27,11 +27,10 @@ buildscript {
2727 ext {
2828 var = [
2929 compileSdk : 27 ,
30- buildTools : " 27.0.1" ,
3130 minSdk : 14 ,
3231 targetSdk : 27 ,
33- version : " 2.0.5 " ,
34- supportLib : " 27.0.2 "
32+ version : " 2.0.6 " ,
33+ supportLib : " 27.1.0 "
3534 ]
3635 }
3736
@@ -42,7 +41,7 @@ buildscript {
4241
4342 dependencies {
4443 classpath ' com.android.tools.build:gradle:3.0.1'
45- classpath ' com.novoda:bintray-release:0.6.1 '
44+ classpath ' com.novoda:bintray-release:0.8.0 '
4645 }
4746}
4847
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ apply plugin: 'com.novoda.bintray-release'
2828android {
2929
3030 compileSdkVersion var. compileSdk
31- buildToolsVersion var. buildTools
3231
3332 defaultConfig {
3433 minSdkVersion var. minSdk
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ apply plugin: 'com.android.application'
2727android {
2828
2929 compileSdkVersion var. compileSdk
30- buildToolsVersion var. buildTools
3130
3231 defaultConfig {
3332 applicationId " rebus.header.view.sample"
You can’t perform that action at this time.
0 commit comments