Skip to content

Commit

Permalink
1.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
MattyKuzyk committed Mar 19, 2015
1 parent a7f100d commit a94d232
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 @@
58527cb7e1054004c4f9b23391a1c2e6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ee6ccef5c6aa55a985051f476636524fec84aa50
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.17</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 @@
45ad1f2e49c5756dda2513240ecfa881
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
80976cb4ece9f53b2d16ae4528a98eb12ae77baf
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 @@ -50,7 +50,8 @@
<version>1.3.13</version>
<version>1.3.15</version>
<version>1.3.16</version>
<version>1.3.17</version>
</versions>
<lastUpdated>20150319173944</lastUpdated>
<lastUpdated>20150319181746</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6243a4503376879fda87a4ceb54e686d
414c6aa578416d7c2d333fbd98c9fc81
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5eea7f91a78815da57249ff9c6e1c1b9c70f6015
698eb4dd5dfe0cdb082348bdec2ffa2db1655ef4
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.16](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/1.3.16)
**Current Version**: [1.3.17](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/1.3.17)


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

0 comments on commit a94d232

Please sign in to comment.