File tree Expand file tree Collapse file tree 22 files changed +37
-26
lines changed Expand file tree Collapse file tree 22 files changed +37
-26
lines changed Original file line number Diff line number Diff line change 66 <uses-permission android : name =" android.permission.INTERNET" />
77 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
88 <uses-permission android : name =" android.permission.WAKE_LOCK" />
9- <uses-sdk android : minSdkVersion =' 21 ' android : targetSdkVersion =" 28" />
9+ <uses-sdk android : minSdkVersion =' 23 ' android : targetSdkVersion =" 28" />
1010 <application android : label =" @string/app_name" >
1111 <!-- You may replace the sample Admob App ID below with your own App ID. -->
1212 <meta-data
1313 android : name =" com.google.android.gms.ads.APPLICATION_ID"
1414 android : value =" YOUR_ANDROID_ADMOB_APP_ID" />
1515 <activity android : name =" android.app.NativeActivity"
16- android : screenOrientation =" portrait"
17- android : configChanges =" orientation|screenSize" >
16+ android:exported = " true"
17+ android : screenOrientation =" portrait"
18+ android : configChanges =" orientation|screenSize" >
1819 <meta-data android : name =" android.app.lib_name"
1920 android : value =" android_main" />
2021 <intent-filter >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ android {
3737
3838 defaultConfig {
3939 applicationId ' com.google.android.admob.testapp'
40- minSdkVersion 26
40+ minSdkVersion 23
4141 targetSdkVersion 28
4242 versionCode 1
4343 versionName ' 1.0'
Original file line number Diff line number Diff line change 66 <uses-permission android : name =" android.permission.INTERNET" />
77 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
88 <uses-permission android : name =" android.permission.WAKE_LOCK" />
9- <uses-sdk android : minSdkVersion =' 21 ' android : targetSdkVersion =" 28" />
9+ <uses-sdk android : minSdkVersion =' 23 ' android : targetSdkVersion =" 28" />
1010 <application android : label =" @string/app_name" >
1111 <activity android : name =" android.app.NativeActivity"
12+ android:exported = " true"
1213 android : screenOrientation =" portrait"
1314 android : configChanges =" orientation|screenSize" >
1415 <meta-data android : name =" android.app.lib_name"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
4141
4242 defaultConfig {
4343 applicationId ' com.google.android.analytics.testapp'
44- minSdkVersion 19
44+ minSdkVersion 23
4545 targetSdkVersion 28
4646 versionCode 1
4747 versionName ' 1.0'
Original file line number Diff line number Diff line change 66 <uses-permission android : name =" android.permission.INTERNET" />
77 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
88 <uses-permission android : name =" android.permission.WAKE_LOCK" />
9- <uses-sdk android : minSdkVersion =' 21 ' android : targetSdkVersion =" 28" />
9+ <uses-sdk android : minSdkVersion =' 23 ' android : targetSdkVersion =" 28" />
1010 <application android : label =" @string/app_name" >
1111 <activity android : name =" android.app.NativeActivity"
12+ android:exported = " true"
1213 android : screenOrientation =" portrait"
1314 android : configChanges =" orientation|screenSize" >
1415 <meta-data android : name =" android.app.lib_name"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ android {
4242
4343 defaultConfig {
4444 applicationId ' com.google.android.auth.testapp'
45- minSdkVersion 21
45+ minSdkVersion 23
4646 targetSdkVersion 34
4747 versionCode 1
4848 versionName ' 1.0'
Original file line number Diff line number Diff line change 66 <uses-permission android : name =" android.permission.INTERNET" />
77 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
88 <uses-permission android : name =" android.permission.WAKE_LOCK" />
9- <uses-sdk android : minSdkVersion =' 21 ' android : targetSdkVersion =" 28" />
9+ <uses-sdk android : minSdkVersion =' 23 ' android : targetSdkVersion =" 28" />
1010 <application android : label =" @string/app_name" >
1111 <activity android : name =" android.app.NativeActivity"
12+ android:exported = " true"
1213 android : screenOrientation =" portrait"
1314 android : configChanges =" orientation|screenSize" >
1415 <meta-data android : name =" android.app.lib_name"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
4141
4242 defaultConfig {
4343 applicationId ' com.google.firebase.cpp.database.testapp'
44- minSdkVersion 19
44+ minSdkVersion 23
4545 targetSdkVersion 28
4646 versionCode 1
4747 versionName ' 1.0'
Original file line number Diff line number Diff line change 66 <uses-permission android : name =" android.permission.INTERNET" />
77 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
88 <uses-permission android : name =" android.permission.WAKE_LOCK" />
9- <uses-sdk android : minSdkVersion =' 21 ' android : targetSdkVersion =" 28" />
9+ <uses-sdk android : minSdkVersion =' 23 ' android : targetSdkVersion =" 28" />
1010 <application android : label =" @string/app_name" >
1111 <activity android : name =" android.app.NativeActivity"
12+ android:exported = " true"
1213 android : screenOrientation =" portrait"
1314 android : configChanges =" orientation|screenSize" >
1415 <meta-data android : name =" android.app.lib_name"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
4141
4242 defaultConfig {
4343 applicationId ' com.google.android.dynamiclinks.testapp'
44- minSdkVersion 19
44+ minSdkVersion 23
4545 targetSdkVersion 28
4646 versionCode 1
4747 versionName ' 1.0'
You can’t perform that action at this time.
0 commit comments