Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Budiyev committed Oct 30, 2017
1 parent 950264c commit d8e814f
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 @@ -11,7 +11,7 @@ Almost unlimited customization.
### Usage
```gradle
dependencies {
implementation 'com.budiyev.android:image-loader:1.6.1'
implementation 'com.budiyev.android:image-loader:1.6.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.jfrog.bintray'
ext {
libraryName = 'ImageLoader'
libraryDescription = 'Image loader tool for Android'
libraryVersion = '1.6.1'
libraryVersion = '1.6.2'
artifact = 'image-loader'
developerId = 'yuriy-budiyev'
developerName = 'Yuriy Budiyev'
Expand All @@ -46,7 +46,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 26
versionCode 22
versionCode 23
versionName libraryVersion
}

Expand Down

0 comments on commit d8e814f

Please sign in to comment.