Skip to content

Commit

Permalink
Updated db library
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanth committed Aug 1, 2016
1 parent 5556a57 commit 0d26d13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aFWall/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ dependencies {
exclude module: 'core'
}*/

apt 'com.github.Raizlabs.DBFlow:dbflow-processor:3.0.1'
compile "com.github.Raizlabs.DBFlow:dbflow-core:3.0.1"
compile "com.github.Raizlabs.DBFlow:dbflow:3.0.1"
apt 'com.github.Raizlabs.DBFlow:dbflow-processor:3.1.1'
compile "com.github.Raizlabs.DBFlow:dbflow-core:3.1.1"
compile "com.github.Raizlabs.DBFlow:dbflow:3.1.1"

compile "org.ocpsoft.prettytime:prettytime:4.0.1.Final"
provided 'de.robv.android.xposed:api:82'
Expand Down

0 comments on commit 0d26d13

Please sign in to comment.