Skip to content

Commit

Permalink
chore(release): 3.0.5 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalaber authored Oct 25, 2022
1 parent 5755ac8 commit 9c0f46c
Show file tree
Hide file tree
Showing 10 changed files with 102 additions and 5 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
341e54c80b8befdf773a25150700a4e1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
71bc70f01b6a70459890544ca4ca0e2743dbc910
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<?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>3.0.5</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>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.recyclerview</groupId>
<artifactId>recyclerview</artifactId>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.cardview</groupId>
<artifactId>cardview</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.legacy</groupId>
<artifactId>legacy-support-v4</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ba6eba45c1273f4d0bd844f1bfc3ea69
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9db62bfd47893c681d5904e06264b169432ea5b6
5 changes: 3 additions & 2 deletions 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>3.0.4</release>
<release>3.0.5</release>
<versions>
<version>1.4.0</version>
<version>1.4.1</version>
Expand Down Expand Up @@ -182,7 +182,8 @@
<version>3.0.2</version>
<version>3.0.3</version>
<version>3.0.4</version>
<version>3.0.5</version>
</versions>
<lastUpdated>20221020144148</lastUpdated>
<lastUpdated>20221025175407</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e61426a34b138457bd18c9a3402c8991
f41e9f5a6aef49a3f899bc89f99e2fb2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
967da0d3011a1d86464c59ce2ba95ba9d0d7623b
875c3f2c145dbe705aef0aa974c067e8090f20f9
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: [3.0.4](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**
### **Current Version: [3.0.5](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

**[3.0.5](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/3.0.5)**
- fixed duplicate events happening on some locales

**[3.0.4](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/3.0.4)**
- Fixed issue opening push notifications for Android 12+

Expand Down

0 comments on commit 9c0f46c

Please sign in to comment.