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

Upgrade targetSdkVersion to 30 #758

Merged
merged 2 commits into from
Oct 7, 2021
Merged

Upgrade targetSdkVersion to 30 #758

merged 2 commits into from
Oct 7, 2021

Conversation

zihejia
Copy link
Collaborator

@zihejia zihejia commented Oct 1, 2021

Upgrade targetSdkVersion to 30 to meet Google Play's target API level requirement by Nov 2021
#756

@zihejia zihejia force-pushed the upgrade-target-sdk branch 4 times, most recently from 5bfd441 to c2f6998 Compare October 5, 2021 00:25
@zihejia zihejia changed the title Upgrade targetSdkVersion to 30 and minSdkVersion to 21 Upgrade targetSdkVersion to 30 Oct 5, 2021
@zihejia
Copy link
Collaborator Author

zihejia commented Oct 5, 2021

hi @jeorgearomal , because there will be no support from Google. Given the low adoption and the ongoing maintenance costs for us, we will bump the minSdkVersion soon but not this time(keep as is). In the future, after we upgrade minSdkVersion, if you still need to support lower minSdkVersion, you then have the option to use this version or any version before we upgrade minSdkVersion. Hope that helps!

@zihejia zihejia force-pushed the upgrade-target-sdk branch 2 times, most recently from e2d01f5 to 6719f8c Compare October 6, 2021 05:16
compileSdkVersion 27
buildToolsVersion '28.0.3'
compileSdkVersion 30
buildToolsVersion '30.0.3'
Copy link
Collaborator

Choose a reason for hiding this comment

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

the .0.3 happens to be same?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it happens to be the same, it has to be a version exists, otherwise it won't build

Copy link
Collaborator

Choose a reason for hiding this comment

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

got it. just making sure .0.3 is the version we want here.

Copy link
Collaborator

@jaredmixpanel jaredmixpanel left a comment

Choose a reason for hiding this comment

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

lgtm. just a few comments.

@zihejia zihejia merged commit 39f1281 into master Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants