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.
2 parents ccec684 + 289aa2e commit d44e758Copy full SHA for d44e758
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.25271.a01099b"
+ ext.mbeddrVersion = "2024.1.25277.7779b0b"
67
}
68
69
0 commit comments