/service

Primary LanguageJavaApache License 2.0Apache-2.0

service

This repository consists of the communication interface between Xposed framework and module app noumena.

How to use:

repositories {
    maven { url = uri("https://www.jitpack.io") }
}
dependencies {
    implementation("com.github.lliioollcn:service:100-1.0.0")
}