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

Android 11.0 compatibility #195

Merged
merged 11 commits into from
Oct 9, 2020
Merged

Android 11.0 compatibility #195

merged 11 commits into from
Oct 9, 2020

Conversation

MikuAuahDark
Copy link
Collaborator

The only breaking changes in here is #194. Otherwise, this PR updates LOVE target API level to API 30 (Android 11.0).

Closes #194 and fixes #190.

* Update Gradle to 6.6.1
* Update target API level to 30
* Update AGP to 4.0.1
* androidx.appcompat:appcompat:1.2.0
* androidx.multidex:multidex:2.0.1
See love2d#194

This also mean that external storage permission is only requested only when running Marshmallow or earlier.
User MUST close LOVE for Android from the recent apps before sharing to LOVE,
otherwise LOVE simply crash due to filesystem initialization issue.
It seems no longer freeze when user focus on another window.
@MikuAuahDark MikuAuahDark merged commit 0e41ef2 into love2d:master Oct 9, 2020
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.

IMPORTANT: Changes to /sdcard/lovegame Functionality Black screen on open apk
1 participant