Skip to content

Commit d44e758

Browse files
author
Alexander Pann
authored
Merge pull request #1252 from IETS3/refactor/UpdateMbeddr
Update mbeddr
2 parents ccec684 + 289aa2e commit d44e758

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
@@ -63,7 +63,7 @@ if (!project.hasProperty('mbeddrVersion')) {
6363
if (mbeddrBranch != null && !mbeddrBranch.trim().isEmpty()) {
6464
ext.mbeddrVersion = "${mbeddrBranch.replace("/", "-")}.${major}.${minor}.+"
6565
} else {
66-
ext.mbeddrVersion = "2024.1.25271.a01099b"
66+
ext.mbeddrVersion = "2024.1.25277.7779b0b"
6767
}
6868
}
6969

0 commit comments

Comments
 (0)