Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit ae00cc3

Browse files
authored
Merge pull request #77 from taplytics/release/2.10.0
Release Taplytics 2.10.0
2 parents 2891a63 + 7ec8d16 commit ae00cc3

10 files changed

+69
-6
lines changed
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8ef50e48b94e2878777c0af4f7d5c7de
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d40da0e80c5e5e262747b82b8f7540f0a4bdb608
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>com.taplytics.sdk</groupId>
6+
<artifactId>taplytics</artifactId>
7+
<version>2.10.0</version>
8+
<packaging>aar</packaging>
9+
<dependencies>
10+
<dependency>
11+
<groupId>com.android.volley</groupId>
12+
<artifactId>volley</artifactId>
13+
<version>+</version>
14+
<scope>compile</scope>
15+
</dependency>
16+
<dependency>
17+
<groupId>com.squareup.retrofit2</groupId>
18+
<artifactId>retrofit</artifactId>
19+
<version>2.8.+</version>
20+
<scope>compile</scope>
21+
</dependency>
22+
<dependency>
23+
<groupId>io.socket</groupId>
24+
<artifactId>socket.io-client</artifactId>
25+
<version>+</version>
26+
<scope>compile</scope>
27+
<exclusions>
28+
<exclusion>
29+
<artifactId>json</artifactId>
30+
<groupId>org.json</groupId>
31+
</exclusion>
32+
</exclusions>
33+
</dependency>
34+
<dependency>
35+
<groupId>com.google.firebase</groupId>
36+
<artifactId>firebase-messaging</artifactId>
37+
<version>17.4.0</version>
38+
<scope>compile</scope>
39+
</dependency>
40+
<dependency>
41+
<groupId>com.android.support</groupId>
42+
<artifactId>recyclerview-v7</artifactId>
43+
<version>28.0.0</version>
44+
<scope>compile</scope>
45+
</dependency>
46+
<dependency>
47+
<groupId>com.android.support</groupId>
48+
<artifactId>support-fragment</artifactId>
49+
<version>28.0.0</version>
50+
<scope>compile</scope>
51+
</dependency>
52+
</dependencies>
53+
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1761bd9681bd57b90574569d80787ebb
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
945c31d76dcf066536f9b60312f3cd5d5781fbdc

AndroidStudio/com/taplytics/sdk/taplytics/maven-metadata.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<groupId>com.taplytics.sdk</groupId>
44
<artifactId>taplytics</artifactId>
55
<versioning>
6-
<release>2.9.1</release>
6+
<release>2.10.0</release>
77
<versions>
8-
<version>2.9.1</version>
8+
<version>2.10.0</version>
99
</versions>
10-
<lastUpdated>20200908210447</lastUpdated>
10+
<lastUpdated>20201130191806</lastUpdated>
1111
</versioning>
1212
</metadata>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8a5f32c6f39275e8df40f00ca6f9efe4
1+
f6abcfb8dfe6d6934377742a6dd40c40
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6aecb190dea826d8772f12aef4f192dfb59851ee
1+
072df35055d8ca41edabf03f5adb6053e4d9ae99

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,15 @@ _How do I, as a developer, start using Taplytics?_
1717

1818
## Questions or Need Help
1919

20-
_The Taplytics team is available 24/7 to answer any questions you have. Just email support@taplytics.com or visit [our docs page](https://taplytics.com/docs?utm_source=github&utm_campaign=documentation&utm_medium=content) for more detailed installation and usage information._
20+
_The Taplytics team is available 24/7 to answer any questions you have. Just email support@taplytics.com or visit [our docs page](https://docs.taplytics.com/docs) for more detailed installation and usage information._
2121

2222
## Changelog
23+
24+
**[2.10.0](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/2.10.0)**
25+
26+
- Fixed new session listener not being called when a new session is started
27+
28+
2329
**[2.9.1](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/2.9.1)**
2430

2531
- Fixed cached experiments not being used when timeout is reached

0 commit comments

Comments
 (0)