This is a fork of the abc4j library adapter for Android use:
- Remove desktop / UI code and dependencies (Swing, etc.)
- Change to gradle build system
To use the library add this to your root build.gradle:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
And this to your project build.gradle:
compile 'com.github.grennis:abc4android:v0.6.0_Android'
Please refer to the original fork of the original project for documentation.