This code has been merged into EtchDroid.
This repo is kept here so older EtchDroid builds can be built.
This library is a shim to adapt libaums to EtchDroid's needs.
Previously EtchDroid used a fork in order to add the required features. However, right now enough patches have been merged to libaums so that a hard fork is not needed any more and a simple wrapper library suffices.
Root build.gradle
:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Module build.gradle
:
dependencies {
api 'com.github.EtchDroid:libaums_wrapper:v0.1.1'
}
Do not also include Libaums as it's pulled in as a dependency.
Licensed under the Apache 2.0 license.