We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8431e commit 3d6f516Copy full SHA for 3d6f516
1 file changed
build.gradle
@@ -43,12 +43,11 @@ android {
43
}
44
45
repositories {
46
- maven { url "https://appboy.github.io/appboy-android-sdk/sdk" }
47
mavenCentral()
48
49
50
dependencies {
51
compileOnly 'com.google.firebase:firebase-messaging:[10.2.1, )'
52
- api 'com.appboy:android-sdk-ui:24.3.0'
+ api 'com.braze:android-sdk-ui:25.0.0'
53
testImplementation files('libs/java-json.jar')
54
0 commit comments