File tree Expand file tree Collapse file tree 20 files changed +53
-47
lines changed Expand file tree Collapse file tree 20 files changed +53
-47
lines changed Original file line number Diff line number Diff line change 8
8
<uses-permission android : name =" android.permission.WAKE_LOCK" />
9
9
<uses-sdk android : minSdkVersion =" 14" android : targetSdkVersion =" 24" />
10
10
<application android : label =" @string/app_name" >
11
+ <!-- You may replace the sample Admob App ID below with your own App ID. -->
12
+ <meta-data
13
+ android : name =" com.google.android.gms.ads.APPLICATION_ID"
14
+ android : value =" ca-app-pub-3940256099942544~3347511713" />
11
15
<activity android : name =" android.app.NativeActivity"
12
16
android : screenOrientation =" portrait"
13
17
android : configChanges =" orientation|screenSize" >
Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ android {
91
91
}
92
92
93
93
dependencies {
94
- compile ' com.google.firebase:firebase-core:16.0.3 '
95
- compile ' com.google.firebase:firebase-ads:15 .0.1 '
96
- compile ' com.google.firebase:firebase-common:16.0.2 '
94
+ compile ' com.google.firebase:firebase-core:16.0.4 '
95
+ compile ' com.google.firebase:firebase-ads:17 .0.0 '
96
+ compile ' com.google.firebase:firebase-common:16.0.3 '
97
97
}
98
98
99
99
apply plugin : ' com.google.gms.google-services'
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ class LoggingRewardedVideoListener
70
70
71
71
// The AdMob app IDs for the test app.
72
72
#if defined(__ANDROID__)
73
+ // If you change the AdMob app ID for your Android app, make sure to change it
74
+ // in AndroidManifest.xml as well.
73
75
const char * kAdMobAppID = " ca-app-pub-3940256099942544~3347511713" ;
74
76
#else
75
77
const char * kAdMobAppID = " ca-app-pub-3940256099942544~1458002511" ;
Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ android {
91
91
}
92
92
93
93
dependencies {
94
- compile ' com.google.firebase:firebase-core:16.0.3 '
95
- compile ' com.google.firebase:firebase-analytics:16.0.3 '
96
- compile ' com.google.firebase:firebase-common:16.0.2 '
94
+ compile ' com.google.firebase:firebase-core:16.0.4 '
95
+ compile ' com.google.firebase:firebase-analytics:16.0.4 '
96
+ compile ' com.google.firebase:firebase-common:16.0.3 '
97
97
}
98
98
99
99
apply plugin : ' com.google.gms.google-services'
Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ android {
91
91
}
92
92
93
93
dependencies {
94
- compile ' com.google.firebase:firebase-core:16.0.3 '
95
- compile ' com.google.firebase:firebase-auth:16.0.3 '
96
- compile ' com.google.firebase:firebase-common:16.0.2 '
94
+ compile ' com.google.firebase:firebase-core:16.0.4 '
95
+ compile ' com.google.firebase:firebase-auth:16.0.5 '
96
+ compile ' com.google.firebase:firebase-common:16.0.3 '
97
97
}
98
98
99
99
apply plugin : ' com.google.gms.google-services'
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Building and Running the testapp
49
49
- Register your iOS app with Firebase.
50
50
- Create a new app on the [Firebase console](https://firebase.google.com/console/), and attach
51
51
your iOS app to it.
52
- - You can use "com.google.ios.auth.testapp " as the iOS Bundle ID
52
+ - You can use "com.google.FirebaseCppAuthTestApp.dev " as the iOS Bundle ID
53
53
while you're testing. You can omit App Store ID while testing.
54
54
- Add the GoogleService-Info.plist that you downloaded from Firebase
55
55
console to the testapp root directory. This file identifies your iOS app
Original file line number Diff line number Diff line change 7
7
<key >CFBundleExecutable </key >
8
8
<string >$(EXECUTABLE_NAME) </string >
9
9
<key >CFBundleIdentifier </key >
10
- <string >com.google.ios.auth.testapp </string >
10
+ <string >com.google.FirebaseCppAuthTestApp.dev </string >
11
11
<key >CFBundleInfoDictionaryVersion </key >
12
12
<string >6.0 </string >
13
13
<key >CFBundleName </key >
22
22
<key >CFBundleTypeRole </key >
23
23
<string >Editor </string >
24
24
<key >CFBundleURLName </key >
25
- <string >com.google.ios.auth.testapp </string >
25
+ <string >com.google.FirebaseCppAuthTestApp.dev </string >
26
26
<key >CFBundleURLSchemes </key >
27
27
<array >
28
- <string >com.google.ios.auth.testapp </string >
28
+ <string >com.google.FirebaseCppAuthTestApp.dev </string >
29
29
</array >
30
30
</dict >
31
31
<dict >
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:16.0.3 '
96
- compile ' com.google.firebase:firebase-auth:16.0.3 '
97
- compile ' com.google.firebase:firebase-database:16.0.1 '
95
+ compile ' com.google.firebase:firebase-core:16.0.4 '
96
+ compile ' com.google.firebase:firebase-auth:16.0.5 '
97
+ compile ' com.google.firebase:firebase-database:16.0.3 '
98
98
}
99
99
100
100
apply plugin : ' com.google.gms.google-services'
Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ android {
91
91
}
92
92
93
93
dependencies {
94
- compile ' com.google.firebase:firebase-core:16.0.3 '
95
- compile ' com.google.firebase:firebase-invites:16.0.3 '
96
- compile ' com.google.firebase:firebase-common:16.0.2 '
94
+ compile ' com.google.firebase:firebase-core:16.0.4 '
95
+ compile ' com.google.firebase:firebase-invites:16.0.4 '
96
+ compile ' com.google.firebase:firebase-common:16.0.3 '
97
97
}
98
98
99
99
apply plugin : ' com.google.gms.google-services'
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Building and Running the testapp
33
33
- Register your iOS app with Firebase.
34
34
- Create a new app on the [Firebase console](https://firebase.google.com/console/), and attach
35
35
your iOS app to it.
36
- - You can use "com.google.ios.dynamiclinks.testapp " as the iOS Bundle ID
36
+ - You can use "com.google.FirebaseCppDynamicLinksTestApp.dev " as the iOS Bundle ID
37
37
while you're testing. You can omit App Store ID while testing.
38
38
- Add the GoogleService-Info.plist that you downloaded from Firebase
39
39
console to the testapp root directory. This file identifies your iOS app
You can’t perform that action at this time.
0 commit comments