diff --git a/build.gradle b/build.gradle index 64f4f58..fabb6ad 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ apply plugin: 'com.mparticle.kit' android { defaultConfig { - minSdkVersion 25 + minSdkVersion 21 } compileOptions { sourceCompatibility 1.8 @@ -53,6 +53,6 @@ repositories { dependencies { compileOnly 'com.google.firebase:firebase-messaging:[10.2.1, )' - api 'com.braze:android-sdk-ui:35.0.0' + api 'com.braze:android-sdk-ui:36.0.0' testImplementation files('libs/java-json.jar') }