From 8712487f0807b97717d7b649478abfe4d0fe8dff Mon Sep 17 00:00:00 2001 From: Mohammed Mustafa Date: Tue, 10 Jun 2025 13:22:04 -0700 Subject: [PATCH] feat: Update Braze to 36.0.0 and minSDK to 21 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 64f4f58..fabb6ad 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ apply plugin: 'com.mparticle.kit' android { defaultConfig { - minSdkVersion 25 + minSdkVersion 21 } compileOptions { sourceCompatibility 1.8 @@ -53,6 +53,6 @@ repositories { dependencies { compileOnly 'com.google.firebase:firebase-messaging:[10.2.1, )' - api 'com.braze:android-sdk-ui:35.0.0' + api 'com.braze:android-sdk-ui:36.0.0' testImplementation files('libs/java-json.jar') }