Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
p32929 committed Mar 28, 2020
1 parent 40f35f3 commit ee2ba85
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@
The Easiest and Laziest approach to Android SQL Database.

## Installation
Add it in your root build.gradle at the end of repositories:
```
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
```


Add the dependency
```
dependencies {
implementation 'com.github.p32929:EasiestSqlLibrary:1.0.0.1'
}
```

## Basic Usage
Steps to follow:
Expand Down

0 comments on commit ee2ba85

Please sign in to comment.