Skip to content

Commit

Permalink
release: 2.12.2 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalaber authored Mar 3, 2022
1 parent 576ea44 commit 04f4285
Show file tree
Hide file tree
Showing 10 changed files with 77 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f621058a051b74a49eec0e5752cc516e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2ce8f25b6dfa5be583c0cdccb64343078ba8af29
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.12.2</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.4.20</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.volley</groupId>
<artifactId>volley</artifactId>
<version>1.2.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 @@
16d14785d0b96b3ca53b4e92c7cc6384
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
37a7378f5011acbb8fe587ff500b7be895439b86
3 changes: 2 additions & 1 deletion AndroidStudio/com/taplytics/sdk/taplytics/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.taplytics.sdk</groupId>
<artifactId>taplytics</artifactId>
<versioning>
<release>2.12.1</release>
<release>2.12.2</release>
<versions>
<version>1.4.0</version>
<version>1.4.1</version>
Expand Down Expand Up @@ -176,6 +176,7 @@
<version>2.11.1</version>
<version>2.12.0</version>
<version>2.12.1</version>
<version>2.12.2</version>
</versions>
<lastUpdated>20220117204711</lastUpdated>
</versioning>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a5b86353d8a8d686e8b62ab82fa435ee
e0aa0d016fe11cc984762244ca9cbab9
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8fdade63b6b858c8d6a9f726edfb32785495a781
6c76fd0b9ce8fe1322324ce4cf8c4caaee5e8d23
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://docs.taplytics.com/docs/android-sdk)** | **[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.12.1](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**
### **Current Version: [2.12.2](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**

#### Note: Migrate your project to v2.0.0 to use push notifications. 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.12.2](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/2.12.2)**
- Fixed PendingIntent warnings when publishing app with Taplytics installed

**[2.12.1](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/2.12.1)**
- Added dispatcher to okhttp client to make post requests sequentially

Expand Down

0 comments on commit 04f4285

Please sign in to comment.