@@ -29,31 +29,31 @@ android {
29
29
30
30
dependencies {
31
31
// Firestore
32
- compile " com.google.firebase:firebase-firestore:11.8.0"
32
+ compile ' com.google.firebase:firebase-firestore:11.8.0'
33
33
34
34
// Other Firebase/Play services deps
35
- compile " com.google.firebase:firebase-auth:11.8.0"
36
- compile " com.google.android.gms:play-services-auth:11.8.0"
35
+ compile ' com.google.firebase:firebase-auth:11.8.0'
36
+ compile ' com.google.android.gms:play-services-auth:11.8.0'
37
37
38
38
// FirebaseUI (for authentication)
39
- compile ' com.firebaseui:firebase-ui-auth:2.3.0 '
39
+ compile ' com.firebaseui:firebase-ui-auth:3.1.3 '
40
40
41
41
// ButterKnife (for sample code brevity)
42
42
compile ' com.jakewharton:butterknife:8.8.1'
43
43
annotationProcessor ' com.jakewharton:butterknife-compiler:8.8.1'
44
44
45
45
// Support Libs
46
- compile " com.android.support:appcompat-v7:27.0.2"
47
- compile " com.android.support:animated-vector-drawable:27.0.2"
48
- compile " com.android.support:cardview-v7:27.0.2"
49
- compile " com.android.support:customtabs:27.0.2"
50
- compile " com.android.support:design:27.0.2"
51
- compile " com.android.support:recyclerview-v7:27.0.2"
46
+ compile ' com.android.support:appcompat-v7:27.0.2'
47
+ compile ' com.android.support:animated-vector-drawable:27.0.2'
48
+ compile ' com.android.support:cardview-v7:27.0.2'
49
+ compile ' com.android.support:customtabs:27.0.2'
50
+ compile ' com.android.support:design:27.0.2'
51
+ compile ' com.android.support:recyclerview-v7:27.0.2'
52
52
53
53
// Android architecture components
54
- compile " android.arch.lifecycle:runtime:1.0.3"
55
- compile " android.arch.lifecycle:extensions:1.0.0"
56
- annotationProcessor " android.arch.lifecycle:compiler:1.0.0"
54
+ compile ' android.arch.lifecycle:runtime:1.0.3'
55
+ compile ' android.arch.lifecycle:extensions:1.0.0'
56
+ annotationProcessor ' android.arch.lifecycle:compiler:1.0.0'
57
57
58
58
// Third-party libraries
59
59
compile ' me.zhanghai.android.materialratingbar:library:1.2.0'
0 commit comments