We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6940d66 commit f938015Copy full SHA for f938015
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-20241207"
5
- pumpx2_version = "1.4.0"
+ controlx2_version = "1.0.0-20241210"
+ pumpx2_version = "1.4.1"
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