Skip to content

Commit

Permalink
Updated for MCET_228 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
troach-sf committed Oct 13, 2020
1 parent 0ef9955 commit 04d1be7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation "com.salesforce.marketingcloud:marketingcloudsdk:$marketingcloudsdk_version"

implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'org.altbeacon:android-beacon-library:2.16.3'
implementation 'org.altbeacon:android-beacon-library:2.16.4'

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.2"
Expand All @@ -62,5 +62,5 @@ dependencies {
implementation 'androidx.navigation:navigation-fragment-ktx:2.0.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.0.0'
implementation 'androidx.browser:browser:1.0.0'
implementation 'com.google.firebase:firebase-messaging:17.3.4'
implementation 'com.google.firebase:firebase-messaging:20.1.2'
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.marketingcloudsdk_version = '7.2.+'
ext.kotlin_version = '1.3.50'
ext.marketingcloudsdk_version = '7.3.+'
ext.kotlin_version = '1.3.72'
repositories {
google()
jcenter()
Expand Down

0 comments on commit 04d1be7

Please sign in to comment.