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 7886a9e commit c2b8734Copy full SHA for c2b8734
build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
dependencies {
12
classpath 'com.android.tools.build:gradle:7.4.1'
13
classpath 'com.mparticle:android-kit-plugin:' + project.version
14
- classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10'
+ classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20'
15
}
16
17
@@ -48,6 +48,6 @@ repositories {
48
49
50
compileOnly 'com.google.firebase:firebase-messaging:[10.2.1, )'
51
- api 'com.braze:android-sdk-ui:32.1.0'
+ api 'com.braze:android-sdk-ui:33.1.0'
52
testImplementation files('libs/java-json.jar')
53
0 commit comments