I have problems to import the binance-java-api library into my android studio project. I tried this :
implementation 'com.github.binance-exchange:binance-java-api:1.0.0'
Gradle sync seems to work but none of the lib import are recognized when I want to use them...
Edit : finally I have compiled the library, I think the maven repository hasn't been created. It's incredible that the Java api of a company like binance is so bad...