We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97c981 commit 9f25f76Copy full SHA for 9f25f76
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-20251127"
+ controlx2_version = "1.0.0-20251223"
5
pumpx2_version = "1.7.7"
6
use_local_pumpx2 = System.properties.getOrDefault('use_local_pumpx2', 'false') == 'true'
7
if (!use_local_pumpx2) {
0 commit comments