-
Notifications
You must be signed in to change notification settings - Fork 0
Add pubnub to app
Igor edited this page Sep 24, 2019
·
4 revisions
to manifest
uses-permission android:name="android.permission.INTERNET"
to project build.gradle
dependencies {
…
implementation group: 'com.pubnub', name: 'pubnub-gson', version: '4.+'
…
TODO https://medium.com/@ome450901/publish-an-android-library-by-jitpack-a0342684cbd0 https://www.jitpack.io/docs/ANDROID/ https://docs.gradle.org/current/userguide/gradle_wrapper.html