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

fix ndk version check & download link #1271

Merged
merged 2 commits into from
May 1, 2021
Merged

Conversation

obfusk
Copy link
Contributor

@obfusk obfusk commented Jan 1, 2021

I tried using ndk 22 and got an AttributeError: 'NoneType' object has no attribute 'group'.
This should also fix the download link logic (b/c '9' > '10' and '10e' also has a .bin extension according to the linked gist).

Fixes #1029
Closes #1130 (missed that one 😅 -- this seems like a better fix to me)

@obfusk
Copy link
Contributor Author

obfusk commented Mar 5, 2021

Would be nice to get this merged (so I no longer need to patch buildozer) :)

@obfusk
Copy link
Contributor Author

obfusk commented Apr 25, 2021

Now that ndk r22b is available this patch is less urgent, but it still fixes some bugs :)

@akshayaurora akshayaurora requested a review from AndreMiras April 30, 2021 10:51
AndreMiras
AndreMiras previously approved these changes Apr 30, 2021
Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!
Simply added a tiny comment

buildozer/targets/android.py Outdated Show resolved Hide resolved
Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com>
Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

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

Looking good, thanks 🙏

@AndreMiras AndreMiras merged commit f81d21a into kivy:master May 1, 2021
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.

Problem with naming of current Android NDK release: 21
2 participants