From 2c9ea109a28bb0bae93ccfbcd7c08ea3716056bb Mon Sep 17 00:00:00 2001 From: markvdouw Date: Thu, 21 Dec 2023 08:44:11 -0300 Subject: [PATCH] feat: SQDSDKS-5940 - Version update (#163) * fix: Manually adding custom attributes for NON PURCHASE EVENTS (#147) * Manually adding custom attributes for NON PURCHASE EVENTS * Adding commented test * fix: Forward Custom Attributes for all Commerce Events (#150) * feat: SQDSDKS-5551 Changing test for sideloading kits feature (#151) Fixing test to accomodate new architecture change for sideloaded kits * chore: bump android-sdk-ui from 24.3.0 to 25.0.0 (#133) :arrow_up: Upgrade Braze Android SDK from v24 to v25 * fix: flip supportsAttributeLists back to true (#162) Signed-off-by: jshin-tse <107695224+jshin-tse@users.noreply.github.com> * Bumping min version to API 21 based on Braze documentation Bumping to latest Braze version --------- Signed-off-by: jshin-tse <107695224+jshin-tse@users.noreply.github.com> Signed-off-by: markvdouw Co-authored-by: Brandon Stalnaker <33703490+BrandonStalnaker@users.noreply.github.com> Co-authored-by: Klemen Tusar Co-authored-by: jshin-tse <107695224+jshin-tse@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index aa15b21..3bc3822 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ apply plugin: 'com.mparticle.kit' android { defaultConfig { - minSdkVersion 16 + minSdkVersion 21 } compileOptions { sourceCompatibility 1.8 @@ -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:29.0.1' testImplementation files('libs/java-json.jar') }