Skip to content

Commit

Permalink
Removed Jitpack CDN
Browse files Browse the repository at this point in the history
Removed Jitpack temporarily.
  • Loading branch information
the-cybersapien authored May 18, 2017
1 parent f6e581a commit 317d8f8
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Recycler ELE
-------------------------------------------

[ ![Release](https://jitpack.io/v/the-cybersapien/RecyclerELE.svg) ](https://jitpack.io/#the-cybersapien/RecyclerELE) [ ![Download](https://api.bintray.com/packages/the-cybersapien/android-RecyclerELE/recycler-ele/images/download.svg) ](https://bintray.com/the-cybersapien/android-RecyclerELE/recycler-ele/_latestVersion)
[ ![Download](https://api.bintray.com/packages/the-cybersapien/android-RecyclerELE/recycler-ele/images/download.svg) ](https://bintray.com/the-cybersapien/android-RecyclerELE/recycler-ele/_latestVersion)

![Logo image](pics/Recycler-ELE2.png)

Expand Down Expand Up @@ -44,23 +44,6 @@ Add Snippet:
</dependency>
```

#### Jitpack Gradle
In your project's `build.gradle` at the end of the repositories, add:

```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

In your app module's `build.gradle` add dependency:
```
compile 'com.github.the-cybersapien:recyclerELE:(latest release)'
```


### Usage
------------------------------------
Expand Down Expand Up @@ -121,4 +104,4 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
```
```

0 comments on commit 317d8f8

Please sign in to comment.