Guest User

Untitled

a guest
Jun 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. apply plugin: 'java'
  2.  
  3.  
  4. repositories {
  5. Google()
  6. mavenCentral ()
  7. }
  8.  
  9.  
  10. dependencies {
  11. implementation 'com.mapbox.mapboxsdk: mapbox-android-sdk: 5.5.0'
  12. }
  13.  
  14. task getDeps (type: Copy) {
  15. from sourceSets.main.runtimeClasspath
  16. exclude 'support- *' // The support libraries are packaged with Titanium already
  17. into 'app/platform/android/'
  18. }
  19.  
  20. dependencies {
  21. implementation 'com.mapbox.mapboxsdk: mapbox-android-sdk: 5.5.0'
  22. }
  23.  
  24. dependencies {
  25. compile 'com.emarsys:mobile-engage-sdk:1.4.1'
  26. }
Add Comment
Please, Sign In to add comment