|
1 | 1 | 
|
2 | 2 |
|
3 |
| -[](https://jitpack.io/#Raizlabs/DBFlow) [](http://androidweekly.net/issues/issue-129) [](https://android-arsenal.com/details/1/1134) |
| 3 | +[](https://jitpack.io/#Raizlabs/DBFlow) [](http://androidweekly.net/issues/issue-129) [](https://android-arsenal.com/details/1/1134) |
4 | 4 |
|
5 | 5 | A robust, powerful, and very simple ORM android database library with **annotation processing**.
|
6 | 6 |
|
@@ -43,9 +43,8 @@ Add the library to the project-level build.gradle, using the apt plugin to enabl
|
43 | 43 |
|
44 | 44 | apply plugin: 'kotlin-kapt' // required for kotlin.
|
45 | 45 |
|
46 |
| - def dbflow_version = "4.1.1" |
47 |
| - // or dbflow_version = "develop-SNAPSHOT" for grabbing latest dependency in your project on the develop branch |
48 |
| - // or 10-digit short-hash of a specific commit. (Useful for bugs fixed in develop, but not in a release yet) |
| 46 | + def dbflow_version = "4.1.2" |
| 47 | + // dbflow_version = 10-digit short-hash of a specific commit. (Useful for bugs fixed in develop, but not in a release yet) |
49 | 48 |
|
50 | 49 | dependencies {
|
51 | 50 |
|
@@ -82,7 +81,7 @@ Add the library to the project-level build.gradle, using the apt plugin to enabl
|
82 | 81 | ```
|
83 | 82 |
|
84 | 83 | # Pull Requests
|
85 |
| -I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request: |
| 84 | +I welcome and encourage all pull requests. Please read over these guidelines to ensure smooth PR attention: |
86 | 85 | 1. Match coding style (braces, spacing, etc.) This is best achieved using **Reformat Code** shortcut, <kbd>command</kbd>+<kbd>option</kbd>+<kbd>L</kbd> on Mac and <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>L</kbd> on Windows, with Android Studio defaults.
|
87 | 86 | 2. If its a feature, bugfix, or anything please only change code to what you specify.
|
88 | 87 | 3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
|
|
0 commit comments