Skip to content

Commit

Permalink
feat: SQDSDKS-5940 - Version update (#163)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Bumping min version to API 21 based on Braze documentation
Bumping to latest Braze version

---------

Signed-off-by: jshin-tse <[email protected]>
Signed-off-by: markvdouw <[email protected]>
Co-authored-by: Brandon Stalnaker <[email protected]>
Co-authored-by: Klemen Tusar <[email protected]>
Co-authored-by: jshin-tse <[email protected]>
  • Loading branch information
4 people authored Dec 21, 2023
1 parent 157da65 commit 2c9ea10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apply plugin: 'com.mparticle.kit'

android {
defaultConfig {
minSdkVersion 16
minSdkVersion 21
}
compileOptions {
sourceCompatibility 1.8
Expand All @@ -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')
}

0 comments on commit 2c9ea10

Please sign in to comment.