Skip to content

Conversation

@dellis1972
Copy link
Contributor

Context #1361

This change will allow developers to override our defaults and pick stronger values if required.

<AndroidSdkToolsVersion Condition="'$(AndroidSdkToolsVersion)' == ''">26.1.1</AndroidSdkToolsVersion>
<AndroidNdkVersion Condition="'$(AndroidNdkVersion)' == ''">16.1</AndroidNdkVersion>

<AndroidDebugKeyAlgorithm>RSA</AndroidDebugKeyAlgorithm>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be conditional, not hardcoded.

<AndroidNdkVersion Condition="'$(AndroidNdkVersion)' == ''">16.1</AndroidNdkVersion>

<AndroidDebugKeyAlgorithm Condition=" '$(AndroidDebugKeyAlgorithm)' == '' ">RSA</AndroidDebugKeyAlgorithm>
<AndroidDebugKeyValidity Condition=" $(AndroidDebugKeyValidity)'' == '' ">10950</AndroidDebugKeyValidity>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is improperly quoted, and results in a build error:

Unable to parse condition " $(AndroidDebugKeyValidity)'' == '' " : Unexpected token found, "" at character position 28, in condition " $(AndroidDebugKeyValidity)'' == '' "

@jonpryor jonpryor merged commit c6e36ff into dotnet:master Mar 7, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants