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

EtchDroid/libaums_wrapper

Repository files navigation

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.

About

Wrapper for libaums with additional functionality

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages