diff --git a/build.gradle b/build.gradle index fabb6ad..c7cdce7 100644 --- a/build.gradle +++ b/build.gradle @@ -53,6 +53,6 @@ repositories { dependencies { compileOnly 'com.google.firebase:firebase-messaging:[10.2.1, )' - api 'com.braze:android-sdk-ui:36.0.0' + api 'com.braze:android-sdk-ui:37.0.0' testImplementation files('libs/java-json.jar') }