Skip to content

Commit

Permalink
Merge pull request #43 from taplytics/release/1.23.0
Browse files Browse the repository at this point in the history
Taplytics 1.23.0 Release
  • Loading branch information
Arpit-Patel committed Apr 4, 2018
2 parents 31002a6 + bc7eacd commit 0609803
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
06417ade0f3ddd5556ac13bc7192ad1a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
760dd5041b2c3e8ed09579e7f46c66b8471d460e
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?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>1.23.0</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>+</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.android.support</groupId>
<artifactId>recyclerview-v7</artifactId>
<version>26.+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-fragment</artifactId>
<version>26.+</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b08019e36c518932a89d0018d8125e20
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2a3f0b2e98a555118f563bd6a8c7ee740da97c9a
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>1.22.2</release>
<release>1.23.0</release>
<versions>
<version>1.22.2</version>
<version>1.23.0</version>
</versions>
<lastUpdated>20180315181657</lastUpdated>
<lastUpdated>20180404165137</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9849a5a26d8a7f21e8ab04ec77c8a653
9f6f2e68e64dc829748902c1ef49e6cc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
970b3214728772916ce62e09c12cbd3eae62dd67
b12ad9cb4dde1f0948423dc5f9f044269d9567e4
8 changes: 7 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: [1.22.2](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**
### **Current Version: [1.23.0](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**

#### Note: Update available for Android Oreo Push Notifications. Please see docs for updates.

Expand All @@ -21,6 +21,12 @@ _The Taplytics team is available 24/7 to answer any questions you have. Just ema

## Changelog

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

1. Added support for feature flags.
2. Improved user attribute lifecycle.
3. Enhanced push support for Oreo+ setups.

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

1. Enhanced support for views added on runtime.
Expand Down

0 comments on commit 0609803

Please sign in to comment.