We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bf359 commit b93e2e8Copy full SHA for b93e2e8
build.gradle
@@ -59,7 +59,7 @@ if (!project.hasProperty('mbeddrVersion')) {
59
if (mbeddrBranch != null && !mbeddrBranch.trim().isEmpty()) {
60
ext.mbeddrVersion = "${mbeddrBranch.replace("/", "-")}.${major}.${minor}.+"
61
} else {
62
- ext.mbeddrVersion = "9999.9.25317.71e370b"
+ ext.mbeddrVersion = "9999.9.25360.d3d7b50"
63
}
64
65
0 commit comments