Skip to content

Commit f938015

Browse files
committed
v1.0.0-20241210: support 6-digit pairing codes in new tslim X2 firmware (pumpx2 1.4.1)
1 parent 6940d66 commit f938015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext {
4-
controlx2_version = "1.0.0-20241207"
5-
pumpx2_version = "1.4.0"
4+
controlx2_version = "1.0.0-20241210"
5+
pumpx2_version = "1.4.1"
66
use_local_pumpx2 = System.properties.getOrDefault('use_local_pumpx2', 'false') == 'true'
77
if (!use_local_pumpx2) {
88
Properties properties = new Properties()

0 commit comments

Comments
 (0)