Android wrapper for Ntge
Add it in your root build.gradle at the end of repositories:
maven {
name = "Github"
url = uri("https://maven.pkg.github.com/DimensionDev/Ntge")
credentials {
username = <Your-Github-UserName>
password = <Your-Github-Token>
}
}
Add the dependency
implementation "com.github.DimensionDev:ntge:<latest-version>"
- JDK 1.8
- Android SDK
- Android NDK
- Rust with Android targets installed
$ rustup target install armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android
./gradlew build
Tlaster, [email protected]
Ntge is available under the MIT license. See the LICENSE file for more info.