Skip to content

Commit

Permalink
version updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Hashim committed Apr 25, 2018
1 parent 1715a7b commit ccfe1e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ allprojects {
Add the dependency:
```groovy
dependencies {
implementation 'com.github.mhashim6:ViewPagerDSL:1.0.0'
implementation 'com.github.mhashim6:ViewPagerDSL:1.0.1'
}
```
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit ccfe1e7

Please sign in to comment.