Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 793 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 793 Bytes

RootTools Lucem

This library makes it easy to access the root tools

All Cleaned up

Implementation

Add Jitpack to the root build.gradle file

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Add the dependancy

dependencies {
	        implementation 'com.github.Lucem-Anb:RootTools:1.0.0'
	}

Done

Credit Sources: Stericson Project RootShell