From 9e2a329507fd3abab3c96dff7c6671fd052b3869 Mon Sep 17 00:00:00 2001 From: Xiaowei Zhu <33129495+zhu-xiaowei@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:05:37 +0800 Subject: [PATCH] release: clickstream Android 0.13.0 (#79) 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 9bd50da..e63d179 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.12.0' + implementation 'software.aws.solution:clickstream:0.13.0' } ``` diff --git a/gradle.properties b/gradle.properties index 934ac50..59e95ec 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.12.0 +VERSION_NAME=0.13.0 POM_GROUP=software.aws.solution POM_ARTIFACT_ID=clickstream