Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. implementation 'com.stripe:stripe-android:10.2.1'
  2.  
  3. implementation 'com.android.support:multidex:1.0.3'
  4.  
  5. implementation project(':tipsi-stripe')
  6. implementation project(':react-native-vector-icons')
  7. implementation project(':react-native-firebase')
  8.  
  9. // Firebase dependencies
  10. implementation "com.google.android.gms:play-services-base:16.1.0"
  11. implementation 'com.google.android.gms:play-services-wallet:11.+'
  12. compile ('com.google.android.gms:play-services-gcm:16.0.0') {
  13. force = true;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement