Commit fcabb5c
authored
Update minSdkVersion for projects using support lib (#309)
API 16 is the lowest version of Android that is officially supported by
Xamarin.Android. In most cases, this restriction is only presented as a
build warning. Recent changes to use Google's [manifest merger tool][0]
have however surfaced a new error in projects which use the support
libraries and specify a minSdkVersion lower than API 14. These projects
should be updated to use a minSdkVersion of 16 to avoid both this new
error, and the existing warning about using an unsupported minimum SDK
version.
[0]: dotnet/android@2c6f5cd1 parent 902fe83 commit fcabb5c
File tree
23 files changed
+23
-23
lines changed- Facebook/HelloFacebookSample/Properties
- GooglePlayServices/GooglePlayServices/Properties
- HowsMyTls/HowsMyTls/Properties
- LeaderboardsAndAchievementsDemo/Properties
- MonoIO/Properties
- SlidingMenu/SlidingMenuExample/Properties
- Support4/Support4/Properties
- Supportv7
- ActionBarCompat-ListPopupMenu/Properties
- AppCompat/Toolbar/Supportv7Toolbar/Properties
- UserInterface/ActionBarTabs/ActionBarTabsSupport/Properties
- ViewPagerIndicator/ViewPagerIndicator/Properties
- google-services
- AdMobExample/AdMobExample/Properties
- Analytics/Analytics/Properties
- Fitness
- BasicHistoryApi/BasicHistoryApi/Properties
- BasicHistorySessions/BasicHistorySessions/Properties
- BasicSensorsApi/BasicSensorsApi/Properties
- GCMSample/GCMSample/Properties
- Location
- ActivityRecognition/ActivityRecognition/Properties
- BasicLocationSample/BasicLocationSample/Properties
- Geofencing/Geofencing/Properties
- LocationAddress/LocationAddress/Properties
- LocationSettings/LocationSettings/Properties
- LocationUpdates/LocationUpdates/Properties
23 files changed
+23
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
0 commit comments