libp2p / go-libp2p

libp2p implementation in Go
MIT License
6.12k stars 1.08k forks source link

Issue build android version #2997

Open Ja7ad opened 1 month ago

Ja7ad commented 1 month ago

When build android version got error undefined for package anet.

# command-line-arguments
./main.go:10:17: undefined: anet.Interfaces

This package used by:

github.com/pion/webrtc/v3 v3.3.0
github.com/pion/transport

Currenly in github.com/pion/webrtc/v3 v3.3.4 this issue has been fixed.

Version Information
v0.36.5
MarcoPolo commented 1 month ago

Could you please submit a patch that updates the needed dependencies and make sure it works? Thanks!