Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Include how to add to project.
Copied from https://github.com/jleuser/AndroidTreeView/releases
  • Loading branch information
pe1uca committed Aug 20, 2021
1 parent ea5fa30 commit 0e43be8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
AndroidTreeView
====================

[![Release](https://jitpack.io/v/pe1uca/AndroidTreeView.svg)](https://jitpack.io/#pe1uca/AndroidTreeView)

This is a fork of the original [AndroidTreeView](https://github.com/bmelnychuk/AndroidTreeView) library provided by [Bogdan Melnychuk](https://github.com/bmelnychuk).

Compared to the original library, some of the pull requests to the original library have been merged into this version.

This fork can be used in your build files thanks to jitpack.io. You have to add these lines in your `build.gradle` file:

```java
repositories {
maven { url "https://jitpack.io" }
}

dependencies {
implementation 'com.github.pe1uca:AndroidTreeView:v1.0.0'
}
```

## Original readme

### Recent changes


Expand Down

0 comments on commit 0e43be8

Please sign in to comment.