File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
<uses-permission android : name =" android.permission.INTERNET" />
23
23
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
24
24
<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" />
26
26
<application android : label =" @string/app_name" >
27
27
<!-- You may replace the sample App ID below with your own App ID. -->
28
28
<meta-data
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ android {
54
54
55
55
defaultConfig {
56
56
applicationId ' com.google.android.admob.testapp'
57
- minSdkVersion 19
57
+ minSdkVersion 21
58
58
targetSdkVersion 28
59
59
versionCode 1
60
60
versionName ' 1.0'
You can’t perform that action at this time.
0 commit comments