diff --git a/README.md b/README.md index a58231e..e7e6998 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -104,7 +104,7 @@ Or add Lynx as a new dependency inside your pom.xml com.github.pedrovgs lynx - 1.6 + 1.0.7 aar diff --git a/gradle.properties b/gradle.properties index 7b5777e..69f89ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.