Skip to content

Commit 52d3a39

Browse files
committed
release v3.3.7
1 parent b3fb522 commit 52d3a39

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.3.7 (July 11th, 2025) ##
4+
- Fix: prevent the date from disappearing when scrolling. RD-33320
5+
36
## Engage Digital Messaging - Android 3.3.6 (July 3rd, 2025) ##
47
- Fix: rating a bot message with a thumbs up was mistakenly showing a thumbs down after providing the feedback. RD-36013
58

878 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c5f9d55937223bed5abba5e4bb30af9f
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
203eb03fb1c6a5ddd8e3db8ebaaee2e3e74090fd
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fe590926fb0ad93d65e67565391d72bdcff8d2af2a3905f0f9b9747ffc3d0c41
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
77865e9c902334aecf797507ca7842feef7591732c89c7ae452d7f36955e04dbe3f1df256ed39a39cdea0ddb64777b3d2a2a3bb7d1b670358b8b34960fb4bb2b
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.3.7</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+
05359915191445031934344d332019a2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8cfdf1ab95fadb41c35e017984b502463db8beb5
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9375cae1cb24e6d5399afb1a003aef6d2101b0c613719007dd71593a409fe2f4

0 commit comments

Comments
 (0)