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

chore: bump gradle and sdk target #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

invertedEcho
Copy link

@invertedEcho invertedEcho commented Jan 25, 2024

  • Upgrade gradle to version 8.2.2
  • App now targets sdk version 34 to comply with Google Play Store guidelines and not be in compatibility mode

I've tested this on a real android device and everything seemed to work fine.

@@ -30,6 +29,7 @@
android:name=".SettingsActivity"
android:label="@string/title_activity_settings"></activity>
<activity
android:exported="true"
Copy link
Author

@invertedEcho invertedEcho Jan 25, 2024

Choose a reason for hiding this comment

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

This is needed for activities using intent-filters in apps that target android version 12 or higher. See information here:
https://developer.android.com/guide/topics/manifest/activity-element#exported
It allows other apps to launch this activity.

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