File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
Or Gradle Maven Central:
38
38
39
39
``` groovy
40
- compile 'com.github.devlight.navigationtabstrip:navigationtabstrip:1.0.3 '
40
+ compile 'com.github.devlight.navigationtabstrip:navigationtabstrip:1.0.4 '
41
41
```
42
42
43
43
Or Maven:
@@ -46,7 +46,7 @@ Or Maven:
46
46
<dependency>
47
47
<groupId>com.github.devlight.navigationtabstrip</groupId>
48
48
<artifactId>navigationtabstrip</artifactId>
49
- <version>1.0.3 </version>
49
+ <version>1.0.4 </version>
50
50
<type>aar</type>
51
51
</dependency>
52
52
```
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ apply plugin: "com.jfrog.bintray"
19
19
apply plugin : ' com.github.dcendents.android-maven'
20
20
apply plugin : ' maven'
21
21
22
- version = " 1.0.3 "
22
+ version = " 1.0.4 "
23
23
24
24
android {
25
25
compileSdkVersion 23
@@ -29,7 +29,7 @@ android {
29
29
minSdkVersion 11
30
30
targetSdkVersion 23
31
31
versionCode 1
32
- versionName " 1.0.3 "
32
+ versionName " 1.0.4 "
33
33
}
34
34
buildTypes {
35
35
release {
You can’t perform that action at this time.
0 commit comments