diff --git a/README.md b/README.md index 14dc95e..daab13d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Works on API levels >= 8 You can import the library from source as a module or grab via Gradle: ```groovy - compile 'com.nispok:snackbar:2.7.2' + compile 'com.nispok:snackbar:2.7.3' ``` ## Usage diff --git a/lib/gradle.properties b/lib/gradle.properties index 51d7ff0..fd3dc92 100644 --- a/lib/gradle.properties +++ b/lib/gradle.properties @@ -2,7 +2,7 @@ POM_NAME=Snackbar POM_ARTIFACT_ID=snackbar POM_PACKAGING=aar GROUP=com.nispok -VERSION_NAME=2.7.2 +VERSION_NAME=2.7.3 POM_DESCRIPTION=Snackbar Android library POM_URL=https://github.com/nispok/snackbar