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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
florent37 committed Feb 5, 2016
1 parent 385e3be commit 62d74db
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@

[![logo freezer](https://raw.githubusercontent.com/florent37/Freezer/master/freezer-logo.png)](https://github.com/florent37/Freezer)

#Download

[ ![Download](https://api.bintray.com/packages/florent37/maven/freezer-compiler/images/download.svg) ](https://bintray.com/florent37/maven/freezer-compiler/_latestVersion)
```java
buildscript {
dependencies {
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
}

apply plugin: 'com.neenbedankt.android-apt'

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

#Usage

Use Annotations to mark classes to be persisted:

```java
Expand Down Expand Up @@ -236,25 +257,6 @@ We encourage the community to contribute to the project by opening tickets and/o
[![logo xebia](https://raw.githubusercontent.com/florent37/Freezer/master/logo_xebia.jpg)](http://www.xebia.fr/)
#Download
[ ![Download](https://api.bintray.com/packages/florent37/maven/freezer-compiler/images/download.svg) ](https://bintray.com/florent37/maven/freezer-compiler/_latestVersion)
```java
buildscript {
dependencies {
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
}
apply plugin: 'com.neenbedankt.android-apt'
dependencies {
compile 'fr.xebia.android.freezer:freezer:1.0.3'
provided 'fr.xebia.android.freezer:freezer-annotations:1.0.3'
apt 'fr.xebia.android.freezer:freezer-compiler:1.0.3'
}
```
License
--------
Expand Down

0 comments on commit 62d74db

Please sign in to comment.