Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into feat/google_config
Browse files Browse the repository at this point in the history
# Conflicts:
#	core/src/main/java/org/openedx/core/config/FirebaseConfig.kt
#	default_config/dev/config.yaml
#	default_config/prod/config.yaml
#	default_config/stage/config.yaml
  • Loading branch information
volodymyr-chekyrta committed Feb 14, 2024
2 parents 5f13afd + f4731df commit d1f3262
Show file tree
Hide file tree
Showing 42 changed files with 729 additions and 323 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ dependencies {

implementation 'androidx.core:core-splashscreen:1.0.1'

// Segment Library
implementation "com.segment.analytics.kotlin:android:1.14.2"
// Segment's Firebase integration
implementation 'com.segment.analytics.kotlin.destinations:firebase:1.5.2'
// Braze SDK Integration
implementation "com.braze:braze-segment-kotlin:1.4.2"

androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
Expand Down
Loading

0 comments on commit d1f3262

Please sign in to comment.