Skip to content

Commit

Permalink
1.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
MattyKuzyk committed Mar 19, 2015
1 parent 8c180a5 commit a7f100d
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5f9ea73315938b19d30381fb109073f7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
148f846f7261554c341ac3c2c914fa647f92cafc
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>1.3.16</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.mcxiaoke.volley</groupId>
<artifactId>library</artifactId>
<version>+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>recyclerview-v7</artifactId>
<version>21.0.+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.nkzawa</groupId>
<artifactId>socket.io-client</artifactId>
<version>+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.nkzawa</groupId>
<artifactId>engine.io-client</artifactId>
<version>+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-base</artifactId>
<version>6.5.87</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0488075875edf2a335c61bbd54970cf1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ea31437b648591b333a366ad9afebb4cc3dffb5c
3 changes: 2 additions & 1 deletion AndroidStudio/com/taplytics/sdk/taplytics/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
<version>1.3.12</version>
<version>1.3.13</version>
<version>1.3.15</version>
<version>1.3.16</version>
</versions>
<lastUpdated>20150317160938</lastUpdated>
<lastUpdated>20150319173944</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
94b2668a0968967614593e135ad71c28
6243a4503376879fda87a4ceb54e686d
Original file line number Diff line number Diff line change
@@ -1 +1 @@
771b5cca7fb092d7c14fc42e7b454e3492a74cd8
5eea7f91a78815da57249ff9c6e1c1b9c70f6015
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_Taplytics is a native mobile A/B testing platform that helps you optimize your Android app!_


**Current Version**: [1.3.15](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/1.3.15)
**Current Version**: [1.3.16](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/1.3.16)


##Project Setup
Expand Down
Binary file modified taplytics.jar
Binary file not shown.

0 comments on commit a7f100d

Please sign in to comment.