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 @@ -33,7 +33,7 @@ dependencies {
33
33
Or Gradle Maven Central:
34
34
35
35
``` groovy
36
- compile 'com.github.devlight.navigationtabbar:library:1.1.0 '
36
+ compile 'com.github.devlight.navigationtabbar:library:1.1.1 '
37
37
```
38
38
39
39
Or Maven:
@@ -42,7 +42,7 @@ Or Maven:
42
42
<dependency>
43
43
<groupId>com.github.devlight.navigationtabbar</groupId>
44
44
<artifactId>library</artifactId>
45
- <version>1.1.0 </version>
45
+ <version>1.1.1 </version>
46
46
<type>aar</type>
47
47
</dependency>
48
48
```
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.1.0 "
22
+ version = " 1.1.1 "
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.1.0 "
32
+ versionName " 1.1.1 "
33
33
}
34
34
buildTypes {
35
35
release {
You can’t perform that action at this time.
0 commit comments