Skip to content

Commit

Permalink
Merge pull request #79 from taplytics/release/2.10.2
Browse files Browse the repository at this point in the history
Release 2.10.2
  • Loading branch information
Gourave authored Dec 23, 2020
2 parents 47a25a6 + 8051cb7 commit 7aa6db4
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e872363d16dd3ac14f8bbb91b73b2526
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0aab5b2e06425dc43e2ade68a29de301be7dbff5
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.taplytics.sdk</groupId>
<artifactId>taplytics</artifactId>
<version>2.10.2</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.android.volley</groupId>
<artifactId>volley</artifactId>
<version>+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.8.+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>recyclerview-v7</artifactId>
<version>28.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-fragment</artifactId>
<version>28.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-messaging</artifactId>
<version>17.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.socket</groupId>
<artifactId>socket.io-client</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>json</artifactId>
<groupId>org.json</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f963b2aca8f63f0a5d138f72bb0455f2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
87d62036f390de9cbd19db5f24cc98670dda5a4e
6 changes: 3 additions & 3 deletions AndroidStudio/com/taplytics/sdk/taplytics/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<groupId>com.taplytics.sdk</groupId>
<artifactId>taplytics</artifactId>
<versioning>
<release>2.10.1</release>
<release>2.10.2</release>
<versions>
<version>2.10.1</version>
<version>2.10.2</version>
</versions>
<lastUpdated>20201208163711</lastUpdated>
<lastUpdated>20201223184201</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0b859ef800caf42414a5918bd5015097
543edeff1c3ce7189329bf491f9ef8b4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
916d3fc2c0f247beafc515be1cee3fed1e71b756
05e56e7710552b4c4bf5876bd6d529f5640074cd
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _Taplytics is a native mobile A/B testing and push notification platform that he

**[Get started with Taplytics](https://taplytics.com/docs/android-sdk/getting-started)** | **[View the Javadoc](https://s3.amazonaws.com/cdn.taplytics.com/javadoc/index.html)** | **[FAQ](https://github.com/taplytics/Taplytics-Android-SDK/tree/master/FAQ)** | **[Commercial License / Terms](http://taplytics.com/terms)**

### **Current Version: [2.9.1](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**
### **Current Version: [2.10.2](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**

#### Note: Migrate your project to v2.0.0 to use pushes. Instructions for migrating can be found [here](/MIGRATE.md).

Expand All @@ -21,6 +21,9 @@ _The Taplytics team is available 24/7 to answer any questions you have. Just ema

## Changelog

**[2.10.2](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/2.10.2)**
- Fix broken socket connection

**[2.10.1](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/2.10.1)**
- Fix TaplyticsVarListener memory leak
- Log experiments received from config to Mixpanel
Expand Down

0 comments on commit 7aa6db4

Please sign in to comment.