We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d50ac commit 7a256d2Copy full SHA for 7a256d2
build.gradle
@@ -63,7 +63,7 @@ if (!project.hasProperty('mbeddrVersion')) {
63
if (mbeddrBranch != null && !mbeddrBranch.trim().isEmpty()) {
64
ext.mbeddrVersion = "${mbeddrBranch.replace("/", "-")}.${major}.${minor}.+"
65
} else {
66
- ext.mbeddrVersion = "2024.1.25253.ccb451a"
+ ext.mbeddrVersion = "2024.1.25258.ccb451a"
67
}
68
69
0 commit comments