Skip to content

Commit 8712487

Browse files
Mohammed Mustafarmi22186
authored andcommitted
feat: Update Braze to 36.0.0 and minSDK to 21
1 parent 1e33b0d commit 8712487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ apply plugin: 'com.mparticle.kit'
3434

3535
android {
3636
defaultConfig {
37-
minSdkVersion 25
37+
minSdkVersion 21
3838
}
3939
compileOptions {
4040
sourceCompatibility 1.8
@@ -53,6 +53,6 @@ repositories {
5353

5454
dependencies {
5555
compileOnly 'com.google.firebase:firebase-messaging:[10.2.1, )'
56-
api 'com.braze:android-sdk-ui:35.0.0'
56+
api 'com.braze:android-sdk-ui:36.0.0'
5757
testImplementation files('libs/java-json.jar')
5858
}

0 commit comments

Comments
 (0)