Skip to content

Commit f561ecd

Browse files
committed
Modify GMA minimum Android SDK to 21.
1 parent cf32cf8 commit f561ecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gma/integration_test/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<uses-permission android:name="android.permission.INTERNET" />
2323
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
2424
<uses-permission android:name="android.permission.WAKE_LOCK" />
25-
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="28" />
25+
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
2626
<application android:label="@string/app_name">
2727
<!-- You may replace the sample App ID below with your own App ID. -->
2828
<meta-data

gma/integration_test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ android {
5454

5555
defaultConfig {
5656
applicationId 'com.google.android.admob.testapp'
57-
minSdkVersion 19
57+
minSdkVersion 21
5858
targetSdkVersion 28
5959
versionCode 1
6060
versionName '1.0'

0 commit comments

Comments
 (0)