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 ae2f17c + 31f21b5 commit 8776bdeCopy full SHA for 8776bde
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.25185.dffcb5d"
+ ext.mbeddrVersion = "2024.1.25253.ccb451a"
67
}
68
69
0 commit comments