Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fondesa authored Apr 20, 2017
1 parent d6e7cb3 commit 04597cb
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,37 @@ Lyra supports automatic save/restore, base coders to serialize/deserialize value

By default, Lyra uses an internal serializer/deserializer for fields, but also provides a utility library to add serialization/deserialization capabilities of [Gson][1].

[1]: https://github.com/google/gson
Integration
------

You can download the [latest JAR][2] or grab it from ```jcenter()``` or ```mavenCentral()```.
You can optionally use the dependency `lyra-coder-gson` if you want to include the [Gson][1] coder.

### Gradle ###

```gradle
dependencies {
compile 'com.github.fondesa:lyra:1.0.0-rc1'
// Use this dependency if you want to include the Gson coder.
compile 'com.github.fondesa:lyra-coder-gson:1.0.0-rc1'
}
```

### Maven ###

```xml
<dependency>
<groupId>com.github.fondesa</groupId>
<artifactId>lyra</artifactId>
<version>1.0.0-rc1</version>
<type>pom</type>
</dependency>
```

Compatibility
------

**Android SDK**: Lyra requires a minimum API level of 9.

[1]: https://github.com/google/gson
[2]: https://repo1.maven.org/maven2/com/github/fondesa/lyra/1.0.0-rc1/lyra-1.0.0-rc1-sources.jar

0 comments on commit 04597cb

Please sign in to comment.