google / bundletool

Bundletool is a command-line tool to manipulate Android App Bundles
https://g.co/androidappbundle
Apache License 2.0
3.52k stars 385 forks source link

Upgrade protobuf gradle plugin to 0.9.4 #366

Open littledog623 opened 3 months ago

littledog623 commented 3 months ago

Since Protobuf Gradle Plugin 0.9.0, the generated proto java classes can be automatically added to the project sourceset, so that the files can be correctly indexed by the IDE.

This can also solve this issue: #54