Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (28 loc) · 842 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 842 Bytes

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.