Skip to content

Commit

Permalink
Update 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GIGAMOLE committed Aug 13, 2016
1 parent eb98c46 commit ce272cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
Or Gradle Maven Central:

```groovy
compile 'com.github.devlight.navigationtabstrip:navigationtabstrip:1.0.3'
compile 'com.github.devlight.navigationtabstrip:navigationtabstrip:1.0.4'
```

Or Maven:
Expand All @@ -46,7 +46,7 @@ Or Maven:
<dependency>
<groupId>com.github.devlight.navigationtabstrip</groupId>
<artifactId>navigationtabstrip</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<type>aar</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions navigationtabstrip/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: "com.jfrog.bintray"
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'maven'

version = "1.0.3"
version = "1.0.4"

android {
compileSdkVersion 23
Expand All @@ -29,7 +29,7 @@ android {
minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.0.3"
versionName "1.0.4"
}
buildTypes {
release {
Expand Down

0 comments on commit ce272cc

Please sign in to comment.