Skip to content

Commit

Permalink
1.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
VicV committed Mar 17, 2015
1 parent ce79f5a commit b4d1ec4
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 3 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0fc021edc332bfce76426b5a1015bd72
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fbcf6cd39c7620d8e35b29b26cb2f7cf83623fc5
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.15</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 @@
21df50991763c859ff72e1c381ea4376
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
06f6828a5e0730a55c04fbe211942594e1d8b7d9
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 @@ -48,7 +48,8 @@
<version>1.3.11</version>
<version>1.3.12</version>
<version>1.3.13</version>
<version>1.3.15</version>
</versions>
<lastUpdated>20150305195823</lastUpdated>
<lastUpdated>20150317160938</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6445c9b8fb94e326e500bd4e91fbed46
94b2668a0968967614593e135ad71c28
Original file line number Diff line number Diff line change
@@ -1 +1 @@
967f3940f49b51f511bab2c96f3d4ac429ca48da
771b5cca7fb092d7c14fc42e7b454e3492a74cd8

0 comments on commit b4d1ec4

Please sign in to comment.