We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c6b8c commit a828261Copy full SHA for a828261
README.md
@@ -22,7 +22,7 @@ Add the following dependency to your `app` module's `build.gradle` file.
22
23
```groovy
24
dependencies {
25
- implementation 'software.aws.solution:clickstream:0.10.1'
+ implementation 'software.aws.solution:clickstream:0.11.0'
26
}
27
```
28
gradle.properties
@@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13
org.gradle.parallel=true
14
15
-VERSION_NAME=0.10.1
+VERSION_NAME=0.11.0
16
17
POM_GROUP=software.aws.solution
18
POM_ARTIFACT_ID=clickstream
0 commit comments