Skip to content

Commit

Permalink
Updating readme and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amin committed May 13, 2020
1 parent c9b1dcc commit ba46d97
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ repositories {
}
dependencies {
implementation 'com.aminography:redirectglide:2.0.0'
implementation 'com.aminography:redirectglide:2.0.1'
// Glide dependencies
implementation 'com.github.bumptech.glide:glide:4.9.0'
kapt 'com.github.bumptech.glide:compiler:4.9.0'
implementation 'com.github.bumptech.glide:glide:4.11.0'
kapt 'com.github.bumptech.glide:compiler:4.11.0'
}
```

Expand Down Expand Up @@ -73,6 +73,9 @@ GlideApp.with(context)

Change Log
----------
### Version 2.0.1
- Fixing compatibility with Glide 4.11.0.

### Version 2.0.0
- Migrating to AndroidX.
- Migrating to Kotlin.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.aminography.redirectglide.sampleapp"
minSdkVersion 14
targetSdkVersion 29
versionCode 5
versionName "2.0.0"
versionCode 6
versionName "2.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
6 changes: 3 additions & 3 deletions redirectglide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 5
versionName "2.0.0"
versionCode 6
versionName "2.0.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -64,7 +64,7 @@ ext {

publishedGroupId = 'com.aminography'
artifact = 'redirectglide'
libraryVersion = "2.0.0"
libraryVersion = "2.0.1"

libraryName = 'RedirectGlide'
libraryDescription = 'RedirectGlide makes Glide able to show images with indirect Urls.'
Expand Down

0 comments on commit ba46d97

Please sign in to comment.