File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
3737Or Gradle Maven Central:
3838
3939``` groovy
40- compile 'com.github.devlight.navigationtabstrip:navigationtabstrip:1.0.3 '
40+ compile 'com.github.devlight.navigationtabstrip:navigationtabstrip:1.0.4 '
4141```
4242
4343Or Maven:
@@ -46,7 +46,7 @@ Or Maven:
4646<dependency>
4747 <groupId>com.github.devlight.navigationtabstrip</groupId>
4848 <artifactId>navigationtabstrip</artifactId>
49- <version>1.0.3 </version>
49+ <version>1.0.4 </version>
5050 <type>aar</type>
5151</dependency>
5252```
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ apply plugin: "com.jfrog.bintray"
1919apply plugin : ' com.github.dcendents.android-maven'
2020apply plugin : ' maven'
2121
22- version = " 1.0.3 "
22+ version = " 1.0.4 "
2323
2424android {
2525 compileSdkVersion 23
@@ -29,7 +29,7 @@ android {
2929 minSdkVersion 11
3030 targetSdkVersion 23
3131 versionCode 1
32- versionName " 1.0.3 "
32+ versionName " 1.0.4 "
3333 }
3434 buildTypes {
3535 release {
You can’t perform that action at this time.
0 commit comments