Skip to content

Commit 77b8c10

Browse files
fix(deps): update dependency com.mbeddr:platform to v2024.1.25271.a01099b
1 parent b9049b0 commit 77b8c10

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.25268.a01099b"
66+
ext.mbeddrVersion = "2024.1.25271.a01099b"
6767
}
6868
}
6969

0 commit comments

Comments
 (0)