From ab8395140789ef9b5d4b8236063cdf0ba684bc4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Mon, 1 May 2023 09:28:15 +0100 Subject: [PATCH] :arrow_up: Upgrade Braze Android SDK from v24 to v25 --- 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') }