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 c2b8734 commit 2662624Copy full SHA for 2662624
1 file changed
build.gradle
@@ -34,7 +34,7 @@ apply plugin: 'com.mparticle.kit'
34
35
android {
36
defaultConfig {
37
- minSdkVersion 21
+ minSdkVersion 25
38
}
39
compileOptions {
40
sourceCompatibility 1.8
@@ -48,6 +48,6 @@ repositories {
48
49
dependencies {
50
compileOnly 'com.google.firebase:firebase-messaging:[10.2.1, )'
51
- api 'com.braze:android-sdk-ui:33.1.0'
+ api 'com.braze:android-sdk-ui:34.0.0'
52
testImplementation files('libs/java-json.jar')
53
0 commit comments