From 9fd154dc9d5822a3dfd9fcac397e2e27021b2faf Mon Sep 17 00:00:00 2001 From: Clickstream Analytics Bot <175287753+aws-solution-clickstream-analytics@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:55:40 +0800 Subject: [PATCH] release: clickstream Android 0.14.1 (#86) Signed-off-by: github-actions Co-authored-by: github-actions --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92174ee..3074e07 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the following dependency to your `app` module's `build.gradle` file. ```groovy dependencies { - implementation 'software.aws.solution:clickstream:0.14.0' + implementation 'software.aws.solution:clickstream:0.14.1' } ``` diff --git a/gradle.properties b/gradle.properties index fa77644..b97235a 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.14.0 +VERSION_NAME=0.14.1 POM_GROUP=software.aws.solution POM_ARTIFACT_ID=clickstream