Commit 9cb1b3c
committed
Revert protobuf upgrade for Android compatibility
protobuf-java 4.32.1 generates bytecode that AGP 7.4.2's D8 dexer
cannot process (IdentifyOuterClass and similar generated classes fail
to dex). Reverting to 3.25.5 (the current develop version) restores
Android compatibility.
protobuf 4.x can be revisited once AGP is upgraded (tracked in libp2p#458).1 parent 4fd5326 commit 9cb1b3c
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments