From 2cd77da5a967b3fc162f10cf8d71b42e46a45dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:30:45 +0000 Subject: [PATCH] Bump com.simprints:libsimprints from 2024.2.2 to 2026.1.0 Bumps [com.simprints:libsimprints](https://github.com/SimPrints/LibSimprints) from 2024.2.2 to 2026.1.0. - [Release notes](https://github.com/SimPrints/LibSimprints/releases) - [Commits](https://github.com/SimPrints/LibSimprints/commits) --- updated-dependencies: - dependency-name: com.simprints:libsimprints dependency-version: 2026.1.0 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 a8d13875cd..bbffcedbd7 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:2026.1.0' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.1.0'