ThatMG393 / Discord-RPC-Android

Discord Rich Presence Libarary for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord-RPC-Android

Discord Rich Presence Library for Android.

Inspiration from https://github.com/khanhduytran0/MRPC

How to install

Step 1: Add the JitPack repository to your build file. Add it in your root build.gradle at the end of repositories:

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

Step 2: Add the dependency:

dependencies {
    implementation 'com.github.thatmg393:Discord-RPC-Android:0.0.1'
}

And you are done :)

CURRENTLY DEAD! I'm currently working on something... Please wait...

About

Discord Rich Presence Libarary for Android


Languages

Language:Java 100.0%