We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf742f commit 4214e7fCopy full SHA for 4214e7f
build.gradle
@@ -1,8 +1,8 @@
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-20251102"
5
- pumpx2_version = "1.7.3"
+ controlx2_version = "1.0.0-20251113"
+ pumpx2_version = "1.7.4"
6
use_local_pumpx2 = System.properties.getOrDefault('use_local_pumpx2', 'false') == 'true'
7
if (!use_local_pumpx2) {
8
Properties properties = new Properties()
0 commit comments