diff --git a/README.md b/README.md index a644f4f..f7efbbc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add the following dependency to your `app` module's `build.gradle` file. ```groovy dependencies { - implementation 'software.aws.solution:clickstream:0.7.1' + implementation 'software.aws.solution:clickstream:0.7.2' } ``` diff --git a/gradle.properties b/gradle.properties index 303c7f5..78ac075 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects org.gradle.parallel=true -VERSION_NAME=0.7.1 +VERSION_NAME=0.7.2 POM_GROUP=software.aws.solution POM_ARTIFACT_ID=clickstream