Skip to content

Commit

Permalink
release: clickstream Android 0.12.0 (#76)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
zhu-xiaowei and github-actions authored Mar 25, 2024
1 parent 4dbefaf commit 5d6c4a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d6c4a9

Please sign in to comment.