Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
JayyyR committed Sep 28, 2017
2 parents ff41ad9 + 85dade6 commit 32e96ee
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 32e96ee

Please sign in to comment.