Skip to content

Commit 2f24521

Browse files
author
Alexander Pann
authored
Merge pull request #1262 from IETS3/renovate/patch-mbeddrversion
fix(deps): update dependency com.mbeddr:platform to v2024.1.25290.96d8e03
2 parents 672229b + 578fcf3 commit 2f24521

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.25283.dc5cd12"
62+
ext.mbeddrVersion = "2024.1.25290.96d8e03"
6363
}
6464
}
6565

0 commit comments

Comments
 (0)