We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcee95 commit 499433fCopy full SHA for 499433f
build.gradle
@@ -60,7 +60,7 @@ if (!project.hasProperty('mbeddrVersion')) {
60
if (mbeddrBranch != null && !mbeddrBranch.trim().isEmpty()) {
61
ext.mbeddrVersion = "${mbeddrBranch.replace("/", "-")}.${major}.${minor}.+"
62
} else {
63
- ext.mbeddrVersion = "2024.1.25305.dff1a9a"
+ ext.mbeddrVersion = "2024.1.25318.cccfdd7"
64
}
65
66
0 commit comments