Skip to content

Commit

Permalink
1.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
VicV committed Mar 27, 2015
1 parent a94d232 commit b800682
Show file tree
Hide file tree
Showing 10 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 @@
3fde299171cdaf4e4ba5086f07f2209b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
73e70289bee7c4c556f27a69e60b45520aea75cb
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.18</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 @@
6a32a34b71ee3767168daece30690d0b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
542f68e2b661a12ef09a6bbbc956cef3daed915a
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 @@ -51,7 +51,8 @@
<version>1.3.15</version>
<version>1.3.16</version>
<version>1.3.17</version>
<version>1.3.18</version>
</versions>
<lastUpdated>20150319181746</lastUpdated>
<lastUpdated>20150327175546</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
414c6aa578416d7c2d333fbd98c9fc81
722dc87466d496ef74c2e8529b56b313
Original file line number Diff line number Diff line change
@@ -1 +1 @@
698eb4dd5dfe0cdb082348bdec2ffa2db1655ef4
59c3293a44a7d10b8c451cd7c56449c4af7b73f8
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.17](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/1.3.17)
**Current Version**: [1.3.18](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/1.3.18)


##Project Setup
Expand Down

0 comments on commit b800682

Please sign in to comment.