Skip to content

Commit 496a407

Browse files
committed
linting fixes
1 parent 12a2a89 commit 496a407

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

admob/admob_resources/AndroidManifest.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,4 @@
33
package="com.google.FirebaseCppSdkBuild">
44
<uses-permission android:name="android.permission.INTERNET"/>
55
<uses-sdk android:minSdkVersion="3"/>
6-
<application>
7-
<!-- Sample AdMob App ID: ca-app-pub-3940256099942544~3347511713 -->
8-
<meta-data
9-
android:name="com.google.android.gms.ads.1:190496035492:android:1bc9896c15afba0c"
10-
android:value="ca-app-pub-3940256099942544~3347511713"/>
11-
</application>
126
</manifest>

admob/src/android/ad_request_converter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ class AdRequestConverter {
5050
} // namespace admob
5151
} // namespace firebase
5252

53-
#endif // FIREBASE_ADMOB_SRC_ANDROID_AD_REQUEST_CONVERTER_H_
53+
#endif // FIREBASE_ADMOB_SRC_ANDROID_AD_REQUEST_CONVERTER_H_

0 commit comments

Comments
 (0)