Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellfalcao authored Oct 25, 2020
1 parent 6d3d343 commit 972e7c9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Installation

### Requirements
- Android 5.0+ Lollipop (API level 21)

### Gradle settings
```gradle
repositories {
jcenter()
}
dependencies {
implementation("com.falcon.turingx:core:1.0.0")
}
```

### Other library modules

```gradle
dependencies {
implementation("com.falcon.turingx:widget:1.0.0")
implementation("com.falcon.turingx:lifecycle:1.0.0")
implementation("com.falcon.turingx:controller:1.0.0")
implementation("com.falcon.turingx:location:1.0.0")
}
```

0 comments on commit 972e7c9

Please sign in to comment.