I\'d like to make an android application with in app purchases, I read often that I have to download the Google Play Billing Library from SDK Manager
(e.g. http://ww
Checking the offical blog:
Play Billing Library is available through Maven repository
Just add:
dependencies { ... compile 'com.android.billingclient:billing:1.0' }
You can find more details about the library in the official doc.