We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b00475 commit 018b444Copy full SHA for 018b444
Configuration.props
@@ -14,8 +14,8 @@
14
<PropertyGroup>
15
<ProductVersion>7.4.99</ProductVersion>
16
<!-- *Latest* API level binding that we support; used when building src/Xamarin.Android.Build.Tasks -->
17
- <AndroidLatestApiLevel>25</AndroidLatestApiLevel>
18
- <AndroidLatestFrameworkVersion>v7.1</AndroidLatestFrameworkVersion>
+ <AndroidLatestApiLevel Condition="'$(AndroidLatestApiLevel)' == ''">25</AndroidLatestApiLevel>
+ <AndroidLatestFrameworkVersion Condition="'$(AndroidLatestFrameworkVersion)' == ''">v7.1</AndroidLatestFrameworkVersion>
19
</PropertyGroup>
20
21
<AutoProvision Condition=" '$(AutoProvision)' == '' ">False</AutoProvision>
0 commit comments