Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JayyyR authored Sep 28, 2017
1 parent 6bf46b2 commit 85dade6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ SimpleFragments is a library aimed at making flexible navigation easy on Android
Add JitPack repo in your root build.gradle at the end of repositories:
```java
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
repositories {
...
maven { url "https://jitpack.io" }
}
}
```
Add the dependency:
```java
dependencies {
compile 'com.github.JayyyR:SimpleFragments:v0.1-alpha'
}
compile 'com.github.JayyyR:SimpleFragments:v0.1-alpha'
}
```

# Usage
Expand Down

0 comments on commit 85dade6

Please sign in to comment.