Skip to content

Commit 08f5c7d

Browse files
committed
release v3.3.8
1 parent 52d3a39 commit 08f5c7d

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.8 (August 12th, 2025) ##
4+
- Improvement: add visual clue to show that thumbs up/down button has been pressed. RD-36721
5+
36
## Engage Digital Messaging - Android 3.3.7 (July 11th, 2025) ##
47
- Fix: prevent the date from disappearing when scrolling. RD-33320
58

879 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f4a43a4f82a1dd4afd8d18a548faea2a
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3a218f6df9f062fe2b81fad00e5dc1afffeb72e4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1e1d859d3cc01965a2892f4dccf9863de475b296abd49108c63abcc23af48062
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1549129d2749feffee868f66114933985614787f20b710aa6c44260c1bc4c8befe32c82dd56f0960230c995c6cf4d3451c4c44b724362d6d2ae1e949cf20d136
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.8</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+
b62b785a386a0b264b34799de8060e80
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ecbcb7f6247677727b30af3a922ab7d48f1ecf53
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5bdf0b3ad8313084d90046179de67fe76d385b15a685fc303de463211da1fc0c

0 commit comments

Comments
 (0)