Skip to content

Commit 25a09eb

Browse files
fix(deps): update dependency com.mbeddr:platform to v2024.1.25305.dff1a9a
1 parent 41b9438 commit 25a09eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if (!project.hasProperty('mbeddrVersion')) {
5959
if (mbeddrBranch != null && !mbeddrBranch.trim().isEmpty()) {
6060
ext.mbeddrVersion = "${mbeddrBranch.replace("/", "-")}.${major}.${minor}.+"
6161
} else {
62-
ext.mbeddrVersion = "2024.1.25300.dff1a9a"
62+
ext.mbeddrVersion = "2024.1.25305.dff1a9a"
6363
}
6464
}
6565

0 commit comments

Comments
 (0)