Skip to content

Commit

Permalink
Merge pull request #89 from taplytics/rel/2.10.6
Browse files Browse the repository at this point in the history
Release 2.10.6
  • Loading branch information
Gourave authored Jun 4, 2021
2 parents 6e55605 + 471bbd5 commit 4360f6d
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
905bbf0ba25a041bb736a5a2ebae972e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e6fc33529d2de748c76dd1bb0dc49a0f531698f8
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<?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.6</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.4.20-RC</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.volley</groupId>
<artifactId>volley</artifactId>
<version>1.1.1</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.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.9.0</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 @@
f4234bab21e8efb93fd21cdc7b015f53
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6a787f71132795a216668af078e3c8bf59cd5b68
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.5</release>
<release>2.10.6</release>
<versions>
<version>2.10.5</version>
<version>2.10.6</version>
</versions>
<lastUpdated>20210513174023</lastUpdated>
<lastUpdated>20210604142047</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
36a2c3de6ce09fc961e7c6e902a3ea13
33af367d740ced15b7f95f2b712c89da
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9eac37700123c72b586203d51e6de6c4e8ad8eeb
587a41e60761e7a91cca32a7a9b8b8b9be2aed7c
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.10.5](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**
### **Current Version: [2.10.6](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.6](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/2.10.6)**
- Fix an issue where Taplytics.resetAppUser was not working as intended

**[2.10.5](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/2.10.5)**
- Fix a crash that would occur when a recyclerview was scrolled

Expand Down

0 comments on commit 4360f6d

Please sign in to comment.