We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a1a96 commit a23fc8eCopy full SHA for a23fc8e
README.md
@@ -25,7 +25,7 @@ repositories {
25
26
dependencies {
27
28
- def version = '1.0.12'
+ def version = '1.0.13'
29
30
// add the basic analytics interface library - incl. LoggerDispatcher
31
compile "com.sofakingforever.analytics:analytics:version@aar"
gradle.properties
@@ -11,4 +11,4 @@ org.gradle.jvmargs=-Xmx1536m
11
# This option should only be used with decoupled projects. More details, visit
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13
# org.gradle.parallel=true
14
-version=1.0.12
+version=1.0.13
0 commit comments