Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MkhytarMkhoian committed Feb 13, 2020
1 parent a8682f3 commit d566052
Show file tree
Hide file tree
Showing 3 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 @@ -3,7 +3,7 @@

## Installation
```
implementation 'com.github.mkhytarmkhoian:conductor-glide:1.0.1'
implementation 'com.github.mkhytarmkhoian:conductor-glide:1.0.2'
```

## Sample
Expand Down Expand Up @@ -48,7 +48,7 @@ public class HomeController extends Controller implements GlideProvider<GlideReq

## License
```
Copyright 2018 Mkhytar Mkhoian, Inc.
Copyright 2020 Lalafo.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

libraryVersion = 1.0.1
libraryVersion = 1.0.2
libraryName = ConductorGlide
libraryDescription = Support Glide lifecycle for Conductor library

Expand Down

0 comments on commit d566052

Please sign in to comment.