-
Notifications
You must be signed in to change notification settings - Fork 7
0. Setup
Andrii Konovalenko edited this page Nov 29, 2018
·
7 revisions
Maven dependency:
<dependency>
<groupId>pro.oncreate.easynet</groupId>
<artifactId>easynet</artifactId>
<version>1.4.1</version>
<type>pom</type>
</dependency>
or
Gradle dependency:
compile 'pro.oncreate.easynet:easynet:1.4.1'
<uses-permission android:name="android.permission.INTERNET" />
<!-- Include following permission if you need to check internet connection -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />