File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
![ Image] ( https://github.com/agrosner/DBFlow/blob/develop/dbflow_banner.png?raw=true )
2
2
3
- [ ![ JCenter] ( https://img.shields.io/badge/JCenter-2.2.0 -red.svg?style=flat )] ( https://bintray.com/raizlabs/Libraries/DBFlow/view )
3
+ [ ![ JCenter] ( https://img.shields.io/badge/JCenter-2.2.1 -red.svg?style=flat )] ( https://bintray.com/raizlabs/Libraries/DBFlow/view )
4
4
[ ![ Android Weekly] ( http://img.shields.io/badge/Android%20Weekly-%23129-2CB3E5.svg?style=flat )] ( http://androidweekly.net/issues/issue-129 )
5
5
[ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-DBFlow-brightgreen.svg?style=flat )] ( https://android-arsenal.com/details/1/1134 )
6
6
@@ -119,9 +119,9 @@ Add the library to the project-level build.gradle, using the to enable Annotati
119
119
apply plugin: 'com.neenbedankt.android-apt'
120
120
121
121
dependencies {
122
- apt 'com.raizlabs.android:DBFlow-Compiler:2.1.0 '
123
- compile "com.raizlabs.android:DBFlow-Core:2.1.0 "
124
- compile "com.raizlabs.android:DBFlow:2.1.0 "
122
+ apt 'com.raizlabs.android:DBFlow-Compiler:2.2.1 '
123
+ compile "com.raizlabs.android:DBFlow-Core:2.2.1 "
124
+ compile "com.raizlabs.android:DBFlow:2.2.1 "
125
125
}
126
126
127
127
```
You can’t perform that action at this time.
0 commit comments