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 b9049b0 commit 77b8c10Copy full SHA for 77b8c10
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.25268.a01099b"
+ ext.mbeddrVersion = "2024.1.25271.a01099b"
67
}
68
69
0 commit comments