Skip to content

Commit 2ecbc66

Browse files
author
Dhouha Chikhaoui
committed
release v3.2.5
1 parent b854956 commit 2ecbc66

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.5 (November 20th, 2024) ##
4+
- Feature: allow to disable the text input via API. RD-30696
5+
36
## Engage Digital Messaging - Android 3.2.4 (September 25th, 2024) ##
47
- Fix: in some cases quick reply wasn't disappearing immediately after the thread was closed. RD-23974
58
- Fix: location messages can disappear when scrolling while internet is off. RD-30225
925 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
31cbb39fafd0b77e7be236c65cf1a9f8
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
32115b667d36664336a74b4ce428329ffb9a7293
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
272332f425e2aca0c8348a7b6c078ea912dce2bb6dbcd665b226c9697c4a6b42
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ecf0e4d5d717c1199449bcb691fd6e54f92593f4d9ee5c466173323eb8b55e6c97b4fc6b240c64ad67dc6f9ebd1ea69cec88dc9150ddb005f3e813c5ee15c768
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.5</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+
d68481eed5b860439225ce2047f9650a
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
54a19109d3136ee4f7dbbff291ccd990e6567a92
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1a934b0c8e67401a868f1b2d364255022b629ef7bf316ebc6ba26989ec3fe7c0

0 commit comments

Comments
 (0)