Skip to content

Commit

Permalink
Prepare release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Feb 12, 2017
1 parent 0673c2c commit 4b3be17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Add Lynx dependency to your build.gradle
```groovy
dependencies{
compile 'com.github.pedrovgs:lynx:1.6'
compile 'com.github.pedrovgs:lynx:1.0.7'
}
```
Expand All @@ -104,7 +104,7 @@ Or add Lynx as a new dependency inside your pom.xml
<dependency>
<groupId>com.github.pedrovgs</groupId>
<artifactId>lynx</artifactId>
<version>1.6</version>
<version>1.0.7</version>
<type>aar</type>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ POM_NAME=Lynx
POM_ARTIFACT_ID=lynx
POM_PACKAGING=aar

VERSION_NAME=1.7-SNAPSHOT
VERSION_CODE=8
VERSION_NAME=1.0.7
VERSION_CODE=010007
GROUP=com.github.pedrovgs

POM_DESCRIPTION=Android library created to show a custom view with all the information logcat is printing.
Expand Down

0 comments on commit 4b3be17

Please sign in to comment.