-
Notifications
You must be signed in to change notification settings - Fork 307
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
Target Android 12 (API Level 31) #1066
Labels
Milestone
Comments
See also #1076 - I'm not sure if this is a targetSdkVersion issue or behavior on Android 11 - need to investigate further. |
3 tasks
Let's go ahead and directly target Android 12. From https://developer.android.com/google/play/requirements/target-sdk, items we need to do to target API level 31 (Android 12):
And the Android 11 ones:
|
barbeau
changed the title
Target Android 11 (API Level 30)
Target Android 12 (API Level 31)
May 10, 2022
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary:
By November 2021, all apps being updated on Google Play must target Android 11.
Things I know of that we need to address:
Currently after the user opts-in to travel behavior research I believe we ask for foreground and background location at the same time - we need to update this.
Steps to reproduce:
Look at
build.gradle
Expected behavior:
We currently target Android 10 (API Level 29)
Observed behavior:
App needs to target Android 11 (API level 30)
Device and Android version:
N/A
The text was updated successfully, but these errors were encountered: