diff --git a/README.md b/README.md index 1312bfa..5908b7b 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.0.7' + compile 'com.github.pedrovgs:lynx:1.1.0' } ``` diff --git a/gradle.properties b/gradle.properties index e51ac2f..9af0695 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,8 +20,8 @@ POM_NAME=Lynx POM_ARTIFACT_ID=lynx POM_PACKAGING=aar -VERSION_NAME=1.0.9-SNAPSHOT -VERSION_CODE=010009 +VERSION_NAME=1.1.0 +VERSION_CODE=010100 GROUP=com.github.pedrovgs POM_DESCRIPTION=Android library created to show a custom view with all the information logcat is printing.