From 5d6c4a90f275e74d7a6e37f6684829cb3803d250 Mon Sep 17 00:00:00 2001 From: Xiaowei Zhu <33129495+zhu-xiaowei@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:47:42 +0800 Subject: [PATCH] release: clickstream Android 0.12.0 (#76) 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 28a721e..7a354c4 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.11.1' + implementation 'software.aws.solution:clickstream:0.12.0' } ``` diff --git a/gradle.properties b/gradle.properties index bf84c29..934ac50 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.11.1 +VERSION_NAME=0.12.0 POM_GROUP=software.aws.solution POM_ARTIFACT_ID=clickstream