Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit c0b4969

Browse files
authored
Merge pull request #103 from taplytics/release/3.0.6
release 3.0.6
2 parents 9c0f46c + 9f3074b commit c0b4969

File tree

10 files changed

+102
-5
lines changed

10 files changed

+102
-5
lines changed
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3b048a37c9c4ac4823a31e721cf337db
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a1b700ba0b597feb94b9692bb3d879e2cd69e31f
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>com.taplytics.sdk</groupId>
6+
<artifactId>taplytics</artifactId>
7+
<version>3.0.6</version>
8+
<packaging>aar</packaging>
9+
<dependencies>
10+
<dependency>
11+
<groupId>org.jetbrains.kotlin</groupId>
12+
<artifactId>kotlin-stdlib-jdk7</artifactId>
13+
<version>1.4.20</version>
14+
<scope>compile</scope>
15+
</dependency>
16+
<dependency>
17+
<groupId>com.android.volley</groupId>
18+
<artifactId>volley</artifactId>
19+
<version>1.2.1</version>
20+
<scope>compile</scope>
21+
</dependency>
22+
<dependency>
23+
<groupId>com.squareup.retrofit2</groupId>
24+
<artifactId>retrofit</artifactId>
25+
<version>2.8.+</version>
26+
<scope>compile</scope>
27+
</dependency>
28+
<dependency>
29+
<groupId>com.squareup.okhttp3</groupId>
30+
<artifactId>logging-interceptor</artifactId>
31+
<version>4.9.0</version>
32+
<scope>compile</scope>
33+
</dependency>
34+
<dependency>
35+
<groupId>com.android.support</groupId>
36+
<artifactId>recyclerview-v7</artifactId>
37+
<version>28.0.0</version>
38+
<scope>compile</scope>
39+
</dependency>
40+
<dependency>
41+
<groupId>com.android.support</groupId>
42+
<artifactId>support-fragment</artifactId>
43+
<version>28.0.0</version>
44+
<scope>compile</scope>
45+
</dependency>
46+
<dependency>
47+
<groupId>com.google.firebase</groupId>
48+
<artifactId>firebase-messaging</artifactId>
49+
<version>17.4.0</version>
50+
<scope>compile</scope>
51+
</dependency>
52+
<dependency>
53+
<groupId>io.socket</groupId>
54+
<artifactId>socket.io-client</artifactId>
55+
<version>1.0.1</version>
56+
<scope>compile</scope>
57+
<exclusions>
58+
<exclusion>
59+
<artifactId>json</artifactId>
60+
<groupId>org.json</groupId>
61+
</exclusion>
62+
</exclusions>
63+
</dependency>
64+
<dependency>
65+
<groupId>androidx.annotation</groupId>
66+
<artifactId>annotation</artifactId>
67+
<version>1.3.0</version>
68+
<scope>compile</scope>
69+
</dependency>
70+
<dependency>
71+
<groupId>androidx.recyclerview</groupId>
72+
<artifactId>recyclerview</artifactId>
73+
<version>1.2.1</version>
74+
<scope>compile</scope>
75+
</dependency>
76+
<dependency>
77+
<groupId>androidx.cardview</groupId>
78+
<artifactId>cardview</artifactId>
79+
<version>1.0.0</version>
80+
<scope>compile</scope>
81+
</dependency>
82+
<dependency>
83+
<groupId>androidx.legacy</groupId>
84+
<artifactId>legacy-support-v4</artifactId>
85+
<version>1.0.0</version>
86+
<scope>compile</scope>
87+
</dependency>
88+
</dependencies>
89+
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e954921285c21b66eb82dc4b8d284ebf
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
942b99ab221a32e356a1caacf22cc9fa85b12e89

AndroidStudio/com/taplytics/sdk/taplytics/maven-metadata.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.taplytics.sdk</groupId>
44
<artifactId>taplytics</artifactId>
55
<versioning>
6-
<release>3.0.5</release>
6+
<release>3.0.6</release>
77
<versions>
88
<version>1.4.0</version>
99
<version>1.4.1</version>
@@ -183,7 +183,8 @@
183183
<version>3.0.3</version>
184184
<version>3.0.4</version>
185185
<version>3.0.5</version>
186+
<version>3.0.6</version>
186187
</versions>
187-
<lastUpdated>20221025175407</lastUpdated>
188+
<lastUpdated>20221027141649</lastUpdated>
188189
</versioning>
189190
</metadata>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f41e9f5a6aef49a3f899bc89f99e2fb2
1+
db955d14f821ba11e11b3f759c6e1ead
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
875c3f2c145dbe705aef0aa974c067e8090f20f9
1+
c15f0c566df9bcca75138d5947e9dd69496e1720

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _Taplytics is a native mobile A/B testing and push notification platform that he
44

55
**[Get started with Taplytics](https://docs.taplytics.com/docs/android-sdk)** | **[View the Javadoc](https://s3.amazonaws.com/cdn.taplytics.com/javadoc/index.html)** | **[FAQ](https://github.com/taplytics/Taplytics-Android-SDK/tree/master/FAQ)** | **[Commercial License / Terms](http://taplytics.com/terms)**
66

7-
### **Current Version: [3.0.5](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**
7+
### **Current Version: [3.0.6](https://github.com/taplytics/Taplytics-Android-SDK/releases/latest)**
88

99
#### Note: Migrate your project to v2.0.0 to use push notifications. Instructions for migrating can be found [here](/MIGRATE.md).
1010

@@ -21,6 +21,9 @@ _The Taplytics team is available 24/7 to answer any questions you have. Just ema
2121

2222
## Changelog
2323

24+
**[3.0.6](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/3.0.6)**
25+
- Wait for activity to be created before getting settings from the server
26+
2427
**[3.0.5](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/3.0.5)**
2528
- fixed duplicate events happening on some locales
2629

0 commit comments

Comments
 (0)