I downloaded the git hub for gdax-java to my MacBook.
I don’t see any .jar file or a .aar file to import into my android studio app
There is no gradle dependency listed in the repository
How do I use this api in my android studio app?
I even tried ./gradlew jar and I get this error Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.
Why is this so difficult to implement?