/libaums_wrapper

Wrapper for libaums with additional functionality

Primary LanguageKotlinApache License 2.0Apache-2.0

Libaums Wrapper for EtchDroid

Archived

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.

How to use

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.

License

Licensed under the Apache 2.0 license.