Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 444 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 444 Bytes

YJS Android

Yjs Android is a real-time collaboration framework for Android. It is based on Yjs and quickjs-android

build.gradle Configuration

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

dependencies {
    implementation "com.github.netless-io:yjs-android:0.1.0-alpha01"
}