chore: native-utils dependency

This commit is contained in:
zaaarf 2023-11-16 03:02:19 +01:00
parent 5622cf64f3
commit d75fb75b3c
No known key found for this signature in database
GPG key ID: 82240E075E31FA4C

View file

@ -12,6 +12,11 @@ java {
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}
dependencies {
implementation "com.github.adamheinrich:native-utils:master-SNAPSHOT"
}
// Configure Gradle IntelliJ Plugin