Skip to content

Commit

Permalink
1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VicV committed Jun 9, 2017
1 parent 1250573 commit 1ef95d9
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c1be48bfda08fea849d4aedc5edd21a7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cb5fb042e91f0b70643a84454e947a4d3c6bb947
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.18.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>+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-fragment</artifactId>
<version>+</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3c664deab5c11273bd712d1dbe3af56d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d53c75d6b91285eb8d5cf9c17808b76e6b1f5580
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.17.2</release>
<release>1.18.0</release>
<versions>
<version>1.17.2</version>
<version>1.18.0</version>
</versions>
<lastUpdated>20170601213202</lastUpdated>
<lastUpdated>20170608224836</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8d97050bb19f80091fb7829412c5b1c9
e1a0bbeccda7d9a3b600516904937706
Original file line number Diff line number Diff line change
@@ -1 +1 @@
db2fae37ae1e589064bb2bd5e30bfad72e2e284d
014ade7f87e2c69a6cf92656e765feb49c2135e6
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:/88/github.com/taplytics/Taplytics-Android-SDK/blob/master/FAQ/FAQ.md)** | **[Commercial License / Terms](http://taplytics.com/terms)**

### **Current Version: [1.17.2](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**
### **Current Version: [1.18.0](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**

## Getting Started
_How do I, as a developer, start using Taplytics?_
Expand All @@ -15,6 +15,10 @@ _How do I, as a developer, start using Taplytics?_

## Changelog

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

1. [Added support for Rich Push Notifications](https://github.com/taplytics/Taplytics-Android-SDK/blob/master/PUSH.md#3-image-push)

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

1. Updated performance of link pairing on release builds.
Expand Down

0 comments on commit 1ef95d9

Please sign in to comment.