Skip to content

Commit

Permalink
fix(pushnotification): deprecated build.gradle (aws-amplify#9607)
Browse files Browse the repository at this point in the history
  • Loading branch information
monholm committed Mar 1, 2022
1 parent ec02a50 commit 6117e71
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/pushnotification/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ android {
}

dependencies {
compile fileTree(dir: "libs", include: ["*.jar"])
compile "com.android.support:appcompat-v7:23.0.1"
compile "com.facebook.react:react-native:+" // From node_modules
compile 'com.google.firebase:firebase-messaging:23.0.0'
compile 'com.google.firebase:firebase-core:20.0.0'
compile 'com.firebase:firebase-jobdispatcher:0.6.0'
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.android.support:appcompat-v7:23.0.1"
implementation "com.facebook.react:react-native:+" // From node_modules
implementation 'com.google.firebase:firebase-messaging:23.0.0'
implementation 'com.google.firebase:firebase-core:20.0.0'
}

0 comments on commit 6117e71

Please sign in to comment.