Skip to content

Commit 2eb635e

Browse files
author
Alexander Pann
authored
Merge pull request #1250 from IETS3/renovate/patch-mbeddrversion
fix(deps): update dependency com.mbeddr:platform to v2024.1.25271.a01099b
2 parents b9049b0 + 77b8c10 commit 2eb635e

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)