Skip to content

Commit

Permalink
release 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Warr committed Oct 27, 2022
1 parent 9c0f46c commit 9f3074b
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 @@
3b048a37c9c4ac4823a31e721cf337db
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a1b700ba0b597feb94b9692bb3d879e2cd69e31f
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.6</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 @@
e954921285c21b66eb82dc4b8d284ebf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
942b99ab221a32e356a1caacf22cc9fa85b12e89
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.5</release>
<release>3.0.6</release>
<versions>
<version>1.4.0</version>
<version>1.4.1</version>
Expand Down Expand Up @@ -183,7 +183,8 @@
<version>3.0.3</version>
<version>3.0.4</version>
<version>3.0.5</version>
<version>3.0.6</version>
</versions>
<lastUpdated>20221025175407</lastUpdated>
<lastUpdated>20221027141649</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f41e9f5a6aef49a3f899bc89f99e2fb2
db955d14f821ba11e11b3f759c6e1ead
Original file line number Diff line number Diff line change
@@ -1 +1 @@
875c3f2c145dbe705aef0aa974c067e8090f20f9
c15f0c566df9bcca75138d5947e9dd69496e1720
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.5](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**
### **Current Version: [3.0.6](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.6](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/3.0.6)**
- Wait for activity to be created before getting settings from the server

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

Expand Down

0 comments on commit 9f3074b

Please sign in to comment.