We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e33b0d commit 8712487Copy full SHA for 8712487
build.gradle
@@ -34,7 +34,7 @@ apply plugin: 'com.mparticle.kit'
34
35
android {
36
defaultConfig {
37
- minSdkVersion 25
+ minSdkVersion 21
38
}
39
compileOptions {
40
sourceCompatibility 1.8
@@ -53,6 +53,6 @@ repositories {
53
54
dependencies {
55
compileOnly 'com.google.firebase:firebase-messaging:[10.2.1, )'
56
- api 'com.braze:android-sdk-ui:35.0.0'
+ api 'com.braze:android-sdk-ui:36.0.0'
57
testImplementation files('libs/java-json.jar')
58
0 commit comments