Skip to content

Commit

Permalink
Add 2.10.2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
Gourave committed Dec 23, 2020
1 parent d64cd79 commit 8051cb7
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 5 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e872363d16dd3ac14f8bbb91b73b2526
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0aab5b2e06425dc43e2ade68a29de301be7dbff5
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>2.10.2</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.android.volley</groupId>
<artifactId>volley</artifactId>
<version>+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.8.+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>recyclerview-v7</artifactId>
<version>28.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-fragment</artifactId>
<version>28.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-messaging</artifactId>
<version>17.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.socket</groupId>
<artifactId>socket.io-client</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>json</artifactId>
<groupId>org.json</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f963b2aca8f63f0a5d138f72bb0455f2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
87d62036f390de9cbd19db5f24cc98670dda5a4e
6 changes: 3 additions & 3 deletions AndroidStudio/com/taplytics/sdk/taplytics/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<groupId>com.taplytics.sdk</groupId>
<artifactId>taplytics</artifactId>
<versioning>
<release>2.10.1</release>
<release>2.10.2</release>
<versions>
<version>2.10.1</version>
<version>2.10.2</version>
</versions>
<lastUpdated>20201208163711</lastUpdated>
<lastUpdated>20201223184201</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0b859ef800caf42414a5918bd5015097
543edeff1c3ce7189329bf491f9ef8b4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
916d3fc2c0f247beafc515be1cee3fed1e71b756
05e56e7710552b4c4bf5876bd6d529f5640074cd

0 comments on commit 8051cb7

Please sign in to comment.