Skip to content

Commit

Permalink
v1.0.0-20241210: support 6-digit pairing codes in new tslim X2 firmwa…
Browse files Browse the repository at this point in the history
…re (pumpx2 1.4.1)
  • Loading branch information
jwoglom committed Dec 10, 2024
1 parent 6940d66 commit f938015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
controlx2_version = "1.0.0-20241207"
pumpx2_version = "1.4.0"
controlx2_version = "1.0.0-20241210"
pumpx2_version = "1.4.1"
use_local_pumpx2 = System.properties.getOrDefault('use_local_pumpx2', 'false') == 'true'
if (!use_local_pumpx2) {
Properties properties = new Properties()
Expand Down

0 comments on commit f938015

Please sign in to comment.