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 Android Gradle plugin to 7.4.0 #9933

Merged
merged 1 commit into from
Mar 8, 2023

Conversation

temawi
Copy link
Contributor

@temawi temawi commented Mar 5, 2023

This is the latest version of the plugin supported by the Gradle version
in use at the moment (7.6).

Note that this also upgrades the R8 optimizer to a version (4.0.48) that
now uses "full mode" optimization by default.

This also splits off Android projects to run under Java 11 (Gradle
plugin requirement) while the other projects continue to run under Java
8.

@temawi temawi force-pushed the gradle-android-7.4.0 branch 23 times, most recently from a747e88 to 50dc38c Compare March 7, 2023 23:49
This is the latest version of the plugin supported by the Gradle version
in use at the moment (7.6).

Note that this also upgrades the R8 optimizer to a version (4.0.48) that
now uses "full mode" optimization by default.

This also splits off Android projects to run under Java 11 (Gradle
plugin requirement) while the other projects continue to run under Java
8.
@temawi temawi marked this pull request as ready for review March 8, 2023 19:10
@temawi temawi requested a review from ejona86 March 8, 2023 19:10
@temawi temawi merged commit b5b7cac into grpc:master Mar 8, 2023
@temawi temawi deleted the gradle-android-7.4.0 branch March 8, 2023 19:18
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="https://schemas.android.com/apk/res/android"
package="io.grpc.binder">
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes there was an error for having the package in the manifest. The new thing is to define it as the "namespace" in build.gradle.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants