Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. compile 'com.google.firebase:firebase-auth:10.2.0'
  2. compile 'com.google.firebase:firebase-core:10.2.0'
  3. compile 'com.firebaseui.firebase-ui:1.2.0'
  4.  
  5. apply plugin: 'com.google.gms.google-services'
  6.  
  7. allprojects {
  8. repositories {
  9. jcenter()
  10. maven { url 'https://maven.fabric.io/public' }
  11. }
  12.  
  13. dependencies {
  14. classpath 'com.android.tools.build:gradle:2.3.0'
  15. classpath 'com.google.gms:google-services:3.0.0'
  16. // NOTE: Do not place your application dependencies here; they belong
  17. // in the individual module build.gradle files
  18. }
  19.  
  20. android:allowBackup="true"
  21. android:icon="@mipmap/ic_launcher"
  22. android:label="@string/app_name"
  23. android:supportsRtl="true"
  24. tools:replace="android:supportsRtl"
  25.  
  26. Error:Failed to resolve: com.firebaseui.firebase-ui:1.2.0:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement