Skip to content

Commit c8850b3

Browse files
committed
Merge pull request #14 from xamarin/jonp-fix-override-props-link
[README] Fix link target for Configuration.Override.props
2 parents 916551c + a9c0882 commit c8850b3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,19 @@ requirements, such as the location of a cache directory to store
1919
the Android SDK and NDK.
2020

2121
To modify the build process, copy
22-
[`Configuration.Override.props.in`][Configuration.Override.props.in]
22+
[`Configuration.Override.props.in`](Configuration.Override.props.in)
2323
to `Configuration.Override.props`, and edit the file as appropriate.
2424
`Configuration.Override.props` is `<Import/>`ed by `Configuration.props`
2525
and will override any default values specified in `Configuration.props`.
2626

2727
Overridable MSBuild properties include:
2828

2929
* `$(AndroidApiLevel)`: The Android API level to bind in `src/Mono.Android`.
30+
This is an integer value, e.g. `15` for
31+
[API-15 (Android 4.0.3)](http://developer.android.com/about/versions/android-4.0.3.html).
3032
* `$(AndroidFrameworkVersion)`: The Xamarin.Android `$(TargetFrameworkVersion)`
31-
version which corresponds to `$(AndroidApiLevel)`.
33+
version which corresponds to `$(AndroidApiLevel)`. This is *usually* the
34+
Android version number with a leading `v`, e.g. `v4.0.3` for API-15.
3235
* `$(AndroidToolchainCacheDirectory)`: The directory to cache the downloaded
3336
Android NDK and SDK files. This value defaults to
3437
`$(HOME)\android-archives`.

0 commit comments

Comments
 (0)