Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
florent champigny committed Apr 13, 2016
1 parent c03ff5d commit a8ee8f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ buildscript {
apply plugin: 'com.neenbedankt.android-apt'

dependencies {
compile 'fr.xebia.android.freezer:freezer:2.0.0'
provided 'fr.xebia.android.freezer:freezer-annotations:2.0.0'
apt 'fr.xebia.android.freezer:freezer-compiler:2.0.0'
compile 'fr.xebia.android.freezer:freezer:2.0.1'
provided 'fr.xebia.android.freezer:freezer-annotations:2.0.1'
apt 'fr.xebia.android.freezer:freezer-compiler:2.0.1'
}
```

Expand Down Expand Up @@ -338,6 +338,10 @@ Introduced Migration Engine.
- Support Observables
- Added @DatabaseName
##2.0.1
- Limit
#A project initiated by Xebia
This project was first developed by Xebia and has been open-sourced since. We will continue working on it.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext{
sourceCompatibilityVersion = JavaVersion.VERSION_1_7
targetCompatibilityVersion = JavaVersion.VERSION_1_7

libraryVersion="2.0.0"
libraryVersion="2.0.1"
}

allprojects {
Expand Down

0 comments on commit a8ee8f5

Please sign in to comment.