Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 487 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 487 Bytes

WDL for Android

JNI wrapper for WDL.

WDL is licensed under open source license. See official website. https://www.cockos.com/wdl/

I'm not affiliated with Cockos but I followed the same license for my codes.

How to use

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

// app/build.gradle
dependencies {
    implementation 'com.github.niusounds:wdl-android:0.0.1'
}