File tree Expand file tree Collapse file tree 18 files changed +40
-40
lines changed Expand file tree Collapse file tree 18 files changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ android {
91
91
}
92
92
93
93
dependencies {
94
- compile ' com.google.firebase:firebase-core:15 .0.2 '
95
- compile ' com.google.firebase:firebase-ads:15 .0.1 '
94
+ compile ' com.google.firebase:firebase-core:16 .0.0 '
95
+ compile ' com.google.firebase:firebase-ads:16 .0.0 '
96
96
compile ' com.google.android.gms:play-services-base:15.0.1'
97
97
}
98
98
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ $(FIREBASE_CPP_SDK_DIR)/libs/android/$(TARGET_ARCH_ABI)/$(STL)
25
25
26
26
include $(CLEAR_VARS )
27
27
LOCAL_MODULE: =firebase_app
28
- LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libapp .a
28
+ LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libfirebase_app .a
29
29
LOCAL_EXPORT_C_INCLUDES: =$(FIREBASE_CPP_SDK_DIR ) /include
30
30
include $(PREBUILT_STATIC_LIBRARY )
31
31
32
32
include $(CLEAR_VARS )
33
33
LOCAL_MODULE: =firebase_admob
34
- LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libadmob .a
34
+ LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libfirebase_admob .a
35
35
LOCAL_EXPORT_C_INCLUDES: =$(FIREBASE_CPP_SDK_DIR ) /include
36
36
include $(PREBUILT_STATIC_LIBRARY )
37
37
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ android {
91
91
}
92
92
93
93
dependencies {
94
- compile ' com.google.firebase:firebase-core:15 .0.2 '
95
- compile ' com.google.firebase:firebase-analytics:15 .0.2 '
94
+ compile ' com.google.firebase:firebase-core:16 .0.0 '
95
+ compile ' com.google.firebase:firebase-analytics:16 .0.0 '
96
96
compile ' com.google.android.gms:play-services-base:15.0.1'
97
97
}
98
98
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ $(FIREBASE_CPP_SDK_DIR)/libs/android/$(TARGET_ARCH_ABI)/$(STL)
25
25
26
26
include $(CLEAR_VARS )
27
27
LOCAL_MODULE: =firebase_app
28
- LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libapp .a
28
+ LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libfirebase_app .a
29
29
LOCAL_EXPORT_C_INCLUDES: =$(FIREBASE_CPP_SDK_DIR ) /include
30
30
include $(PREBUILT_STATIC_LIBRARY )
31
31
32
32
include $(CLEAR_VARS )
33
33
LOCAL_MODULE: =firebase_analytics
34
- LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libanalytics .a
34
+ LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libfirebase_analytics .a
35
35
LOCAL_EXPORT_C_INCLUDES: =$(FIREBASE_CPP_SDK_DIR ) /include
36
36
include $(PREBUILT_STATIC_LIBRARY )
37
37
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ android {
91
91
}
92
92
93
93
dependencies {
94
- compile ' com.google.firebase:firebase-core:15 .0.2 '
95
- compile ' com.google.firebase:firebase-auth:15.1.0 '
94
+ compile ' com.google.firebase:firebase-core:16 .0.0 '
95
+ compile ' com.google.firebase:firebase-auth:16.0.1 '
96
96
compile ' com.google.android.gms:play-services-base:15.0.1'
97
97
}
98
98
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ $(FIREBASE_CPP_SDK_DIR)/libs/android/$(TARGET_ARCH_ABI)/$(STL)
25
25
26
26
include $(CLEAR_VARS )
27
27
LOCAL_MODULE: =firebase_app
28
- LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libapp .a
28
+ LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libfirebase_app .a
29
29
LOCAL_EXPORT_C_INCLUDES: =$(FIREBASE_CPP_SDK_DIR ) /include
30
30
include $(PREBUILT_STATIC_LIBRARY )
31
31
32
32
include $(CLEAR_VARS )
33
33
LOCAL_MODULE: =firebase_auth
34
- LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libauth .a
34
+ LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libfirebase_auth .a
35
35
LOCAL_EXPORT_C_INCLUDES: =$(FIREBASE_CPP_SDK_DIR ) /include
36
36
include $(PREBUILT_STATIC_LIBRARY )
37
37
Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ android {
92
92
}
93
93
94
94
dependencies {
95
- compile ' com.google.firebase:firebase-core:15 .0.2 '
96
- compile ' com.google.firebase:firebase-auth:15.1.0 '
97
- compile ' com.google.firebase:firebase-database:15 .0.1'
95
+ compile ' com.google.firebase:firebase-core:16 .0.0 '
96
+ compile ' com.google.firebase:firebase-auth:16.0.1 '
97
+ compile ' com.google.firebase:firebase-database:16 .0.1'
98
98
}
99
99
100
100
apply plugin : ' com.google.gms.google-services'
Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ $(FIREBASE_CPP_SDK_DIR)/libs/android/$(TARGET_ARCH_ABI)/$(STL)
25
25
26
26
include $(CLEAR_VARS )
27
27
LOCAL_MODULE: =firebase_app
28
- LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libapp .a
28
+ LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libfirebase_app .a
29
29
LOCAL_EXPORT_C_INCLUDES: =$(FIREBASE_CPP_SDK_DIR ) /include
30
30
include $(PREBUILT_STATIC_LIBRARY )
31
31
32
32
include $(CLEAR_VARS )
33
33
LOCAL_MODULE: =firebase_auth
34
- LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libauth .a
34
+ LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libfirebase_auth .a
35
35
LOCAL_EXPORT_C_INCLUDES: =$(FIREBASE_CPP_SDK_DIR ) /include
36
36
include $(PREBUILT_STATIC_LIBRARY )
37
37
38
38
include $(CLEAR_VARS )
39
39
LOCAL_MODULE: =firebase_database
40
- LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libdatabase .a
40
+ LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libfirebase_database .a
41
41
LOCAL_EXPORT_C_INCLUDES: =$(FIREBASE_CPP_SDK_DIR ) /include
42
42
include $(PREBUILT_STATIC_LIBRARY )
43
43
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ android {
91
91
}
92
92
93
93
dependencies {
94
- compile ' com.google.firebase:firebase-core:15 .0.2 '
95
- compile ' com.google.firebase:firebase-invites:15 .0.1 '
94
+ compile ' com.google.firebase:firebase-core:16 .0.0 '
95
+ compile ' com.google.firebase:firebase-invites:16 .0.0 '
96
96
compile ' com.google.android.gms:play-services-base:15.0.1'
97
97
}
98
98
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ $(FIREBASE_CPP_SDK_DIR)/libs/android/$(TARGET_ARCH_ABI)/$(STL)
25
25
26
26
include $(CLEAR_VARS )
27
27
LOCAL_MODULE: =firebase_app
28
- LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libapp .a
28
+ LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libfirebase_app .a
29
29
LOCAL_EXPORT_C_INCLUDES: =$(FIREBASE_CPP_SDK_DIR ) /include
30
30
include $(PREBUILT_STATIC_LIBRARY )
31
31
32
32
include $(CLEAR_VARS )
33
33
LOCAL_MODULE: =firebase_dynamic_links
34
- LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libdynamic_links .a
34
+ LOCAL_SRC_FILES: =$(FIREBASE_LIBRARY_PATH ) /libfirebase_dynamic_links .a
35
35
LOCAL_EXPORT_C_INCLUDES: =$(FIREBASE_CPP_SDK_DIR ) /include
36
36
include $(PREBUILT_STATIC_LIBRARY )
37
37
You can’t perform that action at this time.
0 commit comments