We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896914c commit aa34aaeCopy full SHA for aa34aae
android_build_files/AndroidManifest-internet.xml renamed to admob/admob_resources/AndroidManifest.xml
@@ -2,4 +2,5 @@
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="com.google.FirebaseCppSdkBuild">
4
<uses-permission android:name="android.permission.INTERNET"/>
5
+ <uses-sdk android:minSdkVersion="3"/>
6
</manifest>
admob/admob_resources/build.gradle
@@ -36,9 +36,7 @@ android {
36
37
sourceSets {
38
main {
39
- // Use the manifest that gives access to the internet, as some of the
40
- // AdMob classes have linter problems without it.
41
- manifest.srcFile '../../android_build_files/AndroidManifest-internet.xml'
+ manifest.srcFile 'AndroidManifest.xml'
42
java {
43
srcDirs = ['../src_java/com/google/firebase/admob/internal/cpp']
44
}
0 commit comments