未验证 提交 10b7881f 编写于 作者: 郭霖 提交者: GitHub

Update README.md

上级 65cba284
......@@ -14,21 +14,14 @@ Experience the magic right now and have fun!
* Awesome fluent query API.
* Alternative choice to use SQL still, but easier and better APIs than the originals.
* More for you to explore.
## Latest Downloads
* **[litepal-2.1.0.jar](https://github.com/LitePalFramework/LitePal/raw/master/downloads/litepal-2.1.0.jar)**
## Quick Setup
#### 1. Include library
##### Using Eclipse
* Download the latest jar in the above section. Or browse all versions **[here](https://github.com/LitePalFramework/LitePal/tree/master/downloads)** to choose one to download.
* Put the jar into **libs** folder of your Android project.
##### Using Android Studio
Edit your **build.gradle** file and add below dependency:
``` groovy
dependencies {
implementation 'org.litepal.android:core:2.1.0'
implementation 'org.litepal.android:core:2.0.0'
}
```
#### 2. Configure litepal.xml
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册