From 716af600f5300c7c59c915379a0716f38bdc9b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:53:11 +0000 Subject: [PATCH] Bump com.simprints:libsimprints from 2024.2.2 to 2025.2.2 Bumps [com.simprints:libsimprints](https://github.com/SimPrints/LibSimprints) from 2024.2.2 to 2025.2.2. - [Release notes](https://github.com/SimPrints/LibSimprints/releases) - [Commits](https://github.com/SimPrints/LibSimprints/compare/v2024.2.2...v2025.2.2) --- updated-dependencies: - dependency-name: com.simprints:libsimprints dependency-version: 2025.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 841d4ad939..87802eecbd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,7 +79,7 @@ dependencies { implementation fileTree(include: '*.jar', exclude: 'regexp-me.jar', dir: 'libs') implementation(name: 'htmlspanner-custom', ext: 'aar') implementation 'com.github.dimagi:zebra-print-android:v1.3' - implementation 'com.simprints:libsimprints:2024.2.2' + implementation 'com.simprints:libsimprints:2025.2.2' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.1.0'