let's separate Android from not Android

This commit is contained in:
rusefillc 2022-10-15 19:54:43 -04:00
parent e037183e74
commit 402f591ec8
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ plugins {
defaultTasks 'shadowJar'
apply from: '../../android/dependencies.gradle'
apply from: '../../java_tools/dependencies.gradle'
dependencies {
implementation global_libs.annotations
@ -13,7 +13,7 @@ dependencies {
implementation ts_plugin_libs.httpmime
implementation project(':autoupdate')
implementation ts_plugin_libs.launcher_api
implementation libs.commons_logging
implementation global_libs.commons_logging
testImplementation global_libs.junit
}