neurospeech / unofficial-linkedin-sdk-android

This is copy of LinkedIn source code without any modification just to import project through gradle and through JitPack.
Apache License 2.0
5 stars 2 forks source link

Unofficial copy of LinkedIn source version 1.1.4 relased on November 2, 2015

Gradle

This library was created just to import linkedin sdk through gradle through JitPack which helps in faster compilation.

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

dependencies {
     compile 'com.github.neurospeech:unofficial-linkedin-sdk-android:v1.1.4'
}

LinkedIn's Mobile SDK for Android is an open-source library intended to reduce the friction of integrating LinkedIn's data and services into your Android applications.

Features

Website & Documentation

https://developer.linkedin.com/docs

Quickstart Guides