Skip to content
/ Peach Public
forked from AndroThink/Peach

Android Network Library ...

Notifications You must be signed in to change notification settings

alimogh/Peach

 
 

Repository files navigation

Peach Android Networking Library

In Project Level :

allprojects { repositories { ... maven { url 'https://www.jitpack.io' } } }

In App Level :

Note that the minSdkVersion must be 16

dependencies { ... implementation 'com.github.AndroThink:Peach:1.0.2' }