Removed compile org.slf4j depdendency

See #105, no longer required
This commit is contained in:
Collin Smith
2021-11-27 15:17:04 -08:00
parent 5fcc4a6a59
commit 6ab1bb2dd6

View File

@ -63,11 +63,6 @@ repositories {
gradlePluginPortal()
}
// build complains this dependency is not found otherwise
dependencies {
compileOnly group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
}
// called every time gradle gets executed, takes the native dependencies of
// the natives configuration, and extracts them to the proper libs/ folders
// so they get packed with the APK.