Skip to content

Commit 499433f

Browse files
fix(deps): update dependency com.mbeddr:platform to v2024.1.25318.cccfdd7
1 parent 4bcee95 commit 499433f

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
@@ -60,7 +60,7 @@ if (!project.hasProperty('mbeddrVersion')) {
6060
if (mbeddrBranch != null && !mbeddrBranch.trim().isEmpty()) {
6161
ext.mbeddrVersion = "${mbeddrBranch.replace("/", "-")}.${major}.${minor}.+"
6262
} else {
63-
ext.mbeddrVersion = "2024.1.25305.dff1a9a"
63+
ext.mbeddrVersion = "2024.1.25318.cccfdd7"
6464
}
6565
}
6666

0 commit comments

Comments
 (0)