Skip to content

Commit 1fb23d6

Browse files
committed
release v3.2.11
1 parent a028bb2 commit 1fb23d6

26 files changed

+58
-17
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Engage Digital Messaging - Android master #
22

3+
## Engage Digital Messaging - Android 3.2.11 (March 12th, 2025) ##
4+
- Fix: in some rare cases WebView could be displayed with the wrong height on some devices. RD-26103
5+
- Improvement: subscribe to notification channel when initializing the Dimelo instance. RD-32333
6+
- Fix: in some cases a nullPointerException was thrown when displaying the avatar. RD-32539
7+
38
## Engage Digital Messaging - Android 3.2.10 (January 27th, 2025) ##
49
- Fix: in some cases the threads loader indicator visibility was being changed outside of the UI thread. RD-32438
510

921 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
91c06d9126f370957811f0ce266dd7ad
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b1120465d432c28c97ee2b2419300016758c474f
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1549f35c2ab384f38e92f85aaacb42d49426cb8491e26f00fccae89bfa754fbf
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
72d3cc6eabb7f137b9eeb4f2093a6d2dae282b5137be7c886aa686875e8a9dd04f05a95990ce3f578a042d4170ba0f1ad5e595830ff6f095b56098e77366fd85
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.dimelo.dimelosdk</groupId>
5+
<artifactId>dimelosdk</artifactId>
6+
<version>3.2.11</version>
7+
<packaging>aar</packaging>
8+
<licenses>
9+
<license>
10+
<name>Dimelo Mobile SDK</name>
11+
<url>https://github.com/dimelo/Dimelo-Android/LICENCE</url>
12+
<distribution>repo</distribution>
13+
</license>
14+
</licenses>
15+
<dependencies>
16+
<dependency>
17+
<groupId>com.dimelo</groupId>
18+
<artifactId>volley</artifactId>
19+
<version>1.0.0</version>
20+
</dependency>
21+
<dependency>
22+
<groupId>com.dimelo</groupId>
23+
<artifactId>glide</artifactId>
24+
<version>1.0.0</version>
25+
</dependency>
26+
</dependencies>
27+
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a3a18d373566ee98659bf8a6a0818e0c
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5ed277a3acd9a59e12ff71b1e19e30f1dfdc7052
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4b5938d82702a78d63788aea7bea4ad8e56a7be5296a922e401cc346a7349bc6

0 commit comments

Comments
 (0)