We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4007d9a commit 5b20395Copy full SHA for 5b20395
build.gradle
@@ -1,7 +1,7 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
buildscript {
3
ext {
4
- controlx2_version = "1.0.0-20250303"
+ controlx2_version = "1.0.0-20250304"
5
pumpx2_version = "1.5.9"
6
use_local_pumpx2 = System.properties.getOrDefault('use_local_pumpx2', 'false') == 'true'
7
if (!use_local_pumpx2) {
0 commit comments