Skip to content

Commit a028bb2

Browse files
committed
release v3.2.10
1 parent 228267c commit a028bb2

26 files changed

+56
-17
lines changed

CHANGELOG.md

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

3+
## Engage Digital Messaging - Android 3.2.10 (January 27th, 2025) ##
4+
- Fix: in some cases the threads loader indicator visibility was being changed outside of the UI thread. RD-32438
5+
36
## Engage Digital Messaging - Android 3.2.9 (December 23th, 2024) ##
47
- Fix: the `Dimelo.getJwtDictionary()` was including empty data that prevented the server from correctly authenticating the user when accessing the chat through a notification. RD-32293
58

921 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aedda841817c7cc0707e6f4d89ffd692
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dd6f202ae54b659122680c7516883376a62eac55
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
11c77afb0ee9debb62775c7eaed190443cf8ae437f1a9bffe642ffdce1060632
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6c34df868d4582cd73bc3507a3bb7ae13f6a8f45988061350374e5769e1ab823a671abc838be53c6a2ecdbbfdbbc8dd2131a12d79b4e1b1806ac1503688bd398
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.10</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+
3332eb22adba92727805385414724d43
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cd5a5e96968f48942b51517d57ef052f706f411d
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cfc1bbbd6443d01d7fbb35cd2b777ce079fbfacce2dd09db6371fec56493348a

0 commit comments

Comments
 (0)