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

Bumpup build-tools version to 35.0.0 #171

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

satsukies
Copy link
Member

@satsukies satsukies commented Jun 20, 2024

New Android SDK Build-Tools was coming so we changed to follow the version.

This PR has only one change caused by the difference output of aapt2 dump badging command.
The minimum SDK version was reported as "sdkVersion" in a previous version(34.0.0).
But, the new version(35.0.0) is reported as "minSdkVersion".

# 34.0.0
sdkVersion:'8'

# 35.0.0
minSdkVersion:'8'

@satsukies satsukies self-assigned this Jun 20, 2024
@satsukies satsukies requested a review from jmatsu June 20, 2024 10:12
Copy link

@jmatsu jmatsu left a comment

Choose a reason for hiding this comment

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

LGTM~

@satsukies
Copy link
Member Author

Thanks~

@satsukies satsukies merged commit c783deb into master Jun 21, 2024
5 checks passed
@satsukies satsukies deleted the satsukies/bump/buildtools-version-to-35.0.0 branch June 21, 2024 02:36
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