From 0cb6293fe500c1cf5ff354123d1142124e1c0a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 02:56:39 +0000 Subject: [PATCH] chore: bump com.singular.sdk:singular_sdk from 12.0.10 to 12.1.2 Bumps com.singular.sdk:singular_sdk from 12.0.10 to 12.1.2. --- updated-dependencies: - dependency-name: com.singular.sdk:singular_sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 931a6a0..622aade 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ repositories { } dependencies { - api 'com.singular.sdk:singular_sdk:12.0.10' + api 'com.singular.sdk:singular_sdk:12.1.2' androidTestImplementation 'androidx.test:runner:1.5.2' testImplementation 'org.powermock:powermock-core:2.0.9'