Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions admob/testapp/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="28" />
<uses-sdk android:targetSdkVersion="28" />
<application android:label="@string/app_name">
<!-- You may replace the sample Admob App ID below with your own App ID. -->
<!-- Sample AdMob App ID: ca-app-pub-3940256099942544~3347511713 -->
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="YOUR_ANDROID_ADMOB_APP_ID"/>
android:value="ca-app-pub-3940256099942544~3347511713"/>
<activity android:name="android.app.NativeActivity"
android:screenOrientation="portrait"
android:configChanges="orientation|screenSize">
Expand Down
2 changes: 1 addition & 1 deletion admob/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.google.gms:google-services:4.0.1'
}
}
Expand Down
Loading