Skip to content

Commit

Permalink
chore(sample): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eduzatoni committed Jan 25, 2022
1 parent 2e6f531 commit ef39f3a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 240 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ buck-out/

# Bundle artifact
*.jsbundle
sample/ios/Podfile.lock
8 changes: 4 additions & 4 deletions sample/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,15 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.facebook.react:react-native:+" // From node_modules

implementation "com.google.android.gms:play-services-base:16.1.0"
implementation "com.google.android.gms:play-services-base:18.0.1"

implementation "me.leolin:ShortcutBadger:1.1.21@aar"

implementation "androidx.appcompat:appcompat:1.1.0"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
implementation "androidx.appcompat:appcompat:1.4.1"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation "androidx.multidex:multidex:2.0.1"

implementation "com.emarsys:emarsys-sdk:3.0.0"
implementation "com.emarsys:emarsys-sdk:3.2.0"
implementation 'com.emarsys:emarsys-firebase:+'

// JSC from node_modules
Expand Down
12 changes: 7 additions & 5 deletions sample/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@
buildscript {
ext {
buildToolsVersion = "28.0.3"
minSdkVersion = 21
compileSdkVersion = 28
targetSdkVersion = 28
minSdkVersion = 24
compileSdkVersion = 31
targetSdkVersion = 31
supportLibVersion = "28.0.0"
}
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:3.5.3")
classpath("com.google.gms:google-services:4.3.2")
classpath("com.android.tools.build:gradle:3.5.4")
classpath("com.google.gms:google-services:4.3.10")

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -35,5 +36,6 @@ allprojects {

google()
jcenter()
mavenCentral()
}
}
231 changes: 0 additions & 231 deletions sample/ios/Podfile.lock

This file was deleted.

0 comments on commit ef39f3a

Please sign in to comment.