From a780cc4e8273301612ca6b94bcff2c72da7e277b Mon Sep 17 00:00:00 2001 From: markvdouw Date: Tue, 1 Aug 2023 23:43:49 +0200 Subject: [PATCH] Squash merge braze verion bumpup --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7c9f260..aa15b21 100644 --- a/build.gradle +++ b/build.gradle @@ -43,12 +43,11 @@ android { } repositories { - maven { url "https://appboy.github.io/appboy-android-sdk/sdk" } mavenCentral() } dependencies { compileOnly 'com.google.firebase:firebase-messaging:[10.2.1, )' - api 'com.appboy:android-sdk-ui:24.3.0' + api 'com.braze:android-sdk-ui:25.0.0' testImplementation files('libs/java-json.jar') }