This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
don't forget to add in app gradle: | |
compile 'com.squareup.retrofit2:retrofit:2.3.0' | |
and add INTERNET permission to AndroidManifest | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
...> | |
<uses-permission android:name="android.permission.INTERNET" /> | |
<application... /> | |
/> |