Skip to content

Commit 9d369e4

Browse files
author
Andrew Grosner
committed
fixed not updated version in readme
1 parent a37c3e9 commit 9d369e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Image](https://github.com/agrosner/DBFlow/blob/develop/dbflow_banner.png?raw=true)
22

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)
44
[![Android Weekly](http://img.shields.io/badge/Android%20Weekly-%23129-2CB3E5.svg?style=flat)](http://androidweekly.net/issues/issue-129)
55
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-DBFlow-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1134)
66

@@ -119,9 +119,9 @@ Add the library to the project-level build.gradle, using the to enable Annotati
119119
apply plugin: 'com.neenbedankt.android-apt'
120120
121121
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"
125125
}
126126
127127
```

0 commit comments

Comments
 (0)