Skip to content

Commit

Permalink
Merge pull request #73 from taplytics/release/2.9.1
Browse files Browse the repository at this point in the history
Release 2.9.1
  • Loading branch information
VicV authored Sep 8, 2020
2 parents b6e4289 + 84d2a18 commit 207ab65
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2d067946b5c79357815dc7e8015e7900
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ddd6fb4c7d4abb7b396f4e42d7d441360a932766
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?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.9.1</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.android.volley</groupId>
<artifactId>volley</artifactId>
<version>+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.8.+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.socket</groupId>
<artifactId>socket.io-client</artifactId>
<version>+</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>json</artifactId>
<groupId>org.json</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-messaging</artifactId>
<version>17.4.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>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12e3079353ad4c29df66e66710fb2f9b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6c62426949a6581109072db753c118d3347003e1
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.9.0</release>
<release>2.9.1</release>
<versions>
<version>2.9.0</version>
<version>2.9.1</version>
</versions>
<lastUpdated>20200817182244</lastUpdated>
<lastUpdated>20200908210447</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a31da6e7d077dcaca75362735a3c5b42
8a5f32c6f39275e8df40f00ca6f9efe4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
983ca2f0c5b7cb46184e11a6efd080edfdac8f06
6aecb190dea826d8772f12aef4f192dfb59851ee
6 changes: 5 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.9.0](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**
### **Current Version: [2.9.1](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 @@ -20,6 +20,10 @@ _How do I, as a developer, start using Taplytics?_
_The Taplytics team is available 24/7 to answer any questions you have. Just email support@taplytics.com or visit [our docs page](https://taplytics.com/docs?utm_source=github&utm_campaign=documentation&utm_medium=content) for more detailed installation and usage information._

## Changelog
**[2.9.1](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/2.9.1)**

- Fixed cached experiments not being used when timeout is reached

**[2.9.0](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/2.9.0)**

- Updated Amplitude integration to set user properties for experiments/variations
Expand Down

0 comments on commit 207ab65

Please sign in to comment.