mirror of https://github.com/grpc/grpc-java.git
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. |
||
|---|---|---|
| .. | ||
| app | ||
| README.md | ||
| build.gradle | ||
| demo.png | ||
| settings.gradle | ||
README.md
gRPC Android StrictMode Example
- This example intends to show the compatibility of gRPC with Android StrictMode.
- Android SDK version 28 is required for
StrictMode.VmPolicy.Builder.penaltyListenerused in the example. - This example does the same thing as HelloWorld example except popping up a dialog for detected StrictMode policy violation (shown below).
