Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable math functions #17

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Re-enable math functions #17

merged 1 commit into from
Aug 9, 2023

Conversation

bricelam
Copy link
Contributor

@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-14
target=android-21
Copy link
Contributor Author

@bricelam bricelam Jul 25, 2023

Choose a reason for hiding this comment

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

Looks like log2 wasn't added until version 18 for arm/x86 and 21 for arm64/x64.

Copy link
Contributor Author

@bricelam bricelam Jul 25, 2023

Choose a reason for hiding this comment

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

IMHO, this should be an acceptable requirement bump. For comparison:

Framework Min Android
.NET 6 21
MAUI 21
MAUI Blazor 24
Unity 22
Xamarin 23 (recommended, not required)

@ericsink ericsink merged commit be32caa into ericsink:master Aug 9, 2023
7 checks passed
@bricelam bricelam deleted the math2 branch August 9, 2023 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants