Skip to content

Commit bd4ff75

Browse files
fix(deps): update dependency com.mbeddr:platform to v2024.1.25300.dff1a9a
1 parent 44312a7 commit bd4ff75

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.25290.96d8e03"
62+
ext.mbeddrVersion = "2024.1.25300.dff1a9a"
6363
}
6464
}
6565

0 commit comments

Comments
 (0)