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

Commit

Permalink
Published version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fondesa committed Apr 21, 2017
1 parent 180be2d commit 3083f25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ You can optionally use the dependency `lyra-coder-gson` if you want to include t

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

Expand All @@ -29,7 +29,7 @@ dependencies {
<dependency>
<groupId>com.github.fondesa</groupId>
<artifactId>lyra</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<type>pom</type>
</dependency>
```
Expand Down Expand Up @@ -150,4 +150,4 @@ Compatibility


[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
[2]: https://jcenter.bintray.com/com/github/fondesa/lyra/1.0.0/lyra-1.0.0-sources.jar
2 changes: 1 addition & 1 deletion bintray-deploy.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ BINTRAY_LIB_ISSUE_TRACKER_URL=https://github.com/Fondesa/Lyra/issues
BINTRAY_LIB_GIT_URL=https://github.com/Fondesa/Lyra.git
BINTRAY_LIB_GITHUB_REPO=Fondesa/Lyra
BINTRAY_LIB_TAGS=android|lyra|saveinstancestate|bundle
BINTRAY_LIB_VERSION=1.0.0-rc1
BINTRAY_LIB_VERSION=1.0.0
BINTRAY_LIB_VERSION_DESCRIPTION=For further information check: https://github.com/Fondesa/Lyra
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ new AndroidSharedPlugin(
}
).apply(project)

final def libraryMavenCompileVersion = "1.0.0-rc1"
final def libraryMavenCompileVersion = "1.0.0"

dependencies {
compile "com.android.support:appcompat-v7:$ANDROID_SUPPORT_VERSION"
Expand Down

0 comments on commit 3083f25

Please sign in to comment.