Skip to content

Commit

Permalink
Release v 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gourave committed Feb 10, 2021
1 parent 7aa6db4 commit 7fc5f15
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 @@
60a89bccd782d53bac392c9e97108352
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d188bf08c46d818b91405c513cd64e33b99243fc
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.3</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 @@
81f0f5a9d504a121ab65fe619c6723a1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
32a6be0486ad410af16a68a642cc2e36ed206689
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.2</release>
<release>2.10.3</release>
<versions>
<version>2.10.2</version>
<version>2.10.3</version>
</versions>
<lastUpdated>20201223184201</lastUpdated>
<lastUpdated>20210210205416</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
543edeff1c3ce7189329bf491f9ef8b4
a0a2dbf39dbbc7e6d3b7bf13c88c4316
Original file line number Diff line number Diff line change
@@ -1 +1 @@
05e56e7710552b4c4bf5876bd6d529f5640074cd
3671fe7d11f57974fcbe1e2e95b4b36a2b74863d
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.2](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**
### **Current Version: [2.10.3](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.3](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/2.10.3)**
- Add support for the Adobe Experience SDK

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

Expand Down

0 comments on commit 7fc5f15

Please sign in to comment.