Skip to content

Commit d6579ec

Browse files
committed
version 2.0.6
- update libs
1 parent d363a4a commit d6579ec

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
```
1919
```Gradle
2020
dependencies {
21-
compile 'rebus:header-view:2.0.5'
21+
compile 'rebus:header-view:2.0.6'
2222
}
2323
```
2424
### How to use

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

library/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ apply plugin: 'com.novoda.bintray-release'
2828
android {
2929

3030
compileSdkVersion var.compileSdk
31-
buildToolsVersion var.buildTools
3231

3332
defaultConfig {
3433
minSdkVersion var.minSdk

sample/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ apply plugin: 'com.android.application'
2727
android {
2828

2929
compileSdkVersion var.compileSdk
30-
buildToolsVersion var.buildTools
3130

3231
defaultConfig {
3332
applicationId "rebus.header.view.sample"

0 commit comments

Comments
 (0)