From 7c06a995bc316ca26038f4a08936e77d7e5fef8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 01:52:16 +0000 Subject: [PATCH] chore: bump com.braze:android-sdk-ui from 25.0.0 to 27.0.0 Bumps [com.braze:android-sdk-ui](https://github.com/braze-inc/braze-android-sdk) from 25.0.0 to 27.0.0. - [Changelog](https://github.com/braze-inc/braze-android-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/braze-inc/braze-android-sdk/compare/v25.0.0...v27.0.0) --- updated-dependencies: - dependency-name: com.braze:android-sdk-ui dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aa15b21..f83c062 100644 --- a/build.gradle +++ b/build.gradle @@ -48,6 +48,6 @@ repositories { dependencies { compileOnly 'com.google.firebase:firebase-messaging:[10.2.1, )' - api 'com.braze:android-sdk-ui:25.0.0' + api 'com.braze:android-sdk-ui:27.0.0' testImplementation files('libs/java-json.jar') }