Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VicV committed Nov 26, 2014
1 parent 37fff0a commit 3d999c5
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2c619198e57f017f897c132d8617a222
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e7921d8865e5c02bdc28436fb50b245e75ae89f4
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?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.2.2</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.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>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2b23bcd6078b9555462d641d055b90ef
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d89d876c72af19816faadb9f29b3c1ec202360aa
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 @@ -31,7 +31,8 @@
<version>1.1.7</version>
<version>1.2.0</version>
<version>1.2.1</version>
<version>1.2.2</version>
</versions>
<lastUpdated>20141124231610</lastUpdated>
<lastUpdated>20141126004609</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
36da543e4739df3ce67c7f04223cbacb
7bf4c346d200b6a319fffaa8834e3cdf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0544216429907d609cea340259b5a028e8b61ddf
509ca9fe30b5c6dcf86eebbbfd3ba533fdbf50c8
2 changes: 1 addition & 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 platform that helps you optimize your



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

###Note for 1.2.1 update:

Expand Down
Binary file modified taplytics.jar
Binary file not shown.

0 comments on commit 3d999c5

Please sign in to comment.