Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
doljko committed Mar 19, 2018
2 parents 9358833 + 23fe7a7 commit 845ad12
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,44 @@
# circle-menu
# Android Circle Menu

CircleMenu is a simple, elegant UI menu with a circular layout and material design.

How to include
---

With gradle: edit your `build.gradle`:
```groovy
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.techstar-cloud:circle-menu:v1.0.0'
}
```

Or declare it into your `pom.xml`:

```xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependency>
<groupId>com.github.techstar-cloud</groupId>
<artifactId>circle-menu</artifactId>
<version>v1.0.0</version>
</dependency>
```

How to use
---

#### Basic Usage

coming soon

0 comments on commit 845ad12

Please sign in to comment.