let's separate Android from not Android

This commit is contained in:
rusefillc 2022-10-15 17:57:55 -04:00
parent e17264afe6
commit fb694ed32c
1 changed files with 6 additions and 0 deletions

View File

@ -7,4 +7,10 @@ ext {
json : "com.googlecode.json-simple:json-simple:1.1.1",
]
ts_plugin_libs = [
httpclient : "org.apache.httpcomponents:httpclient:4.5.12",
httpcore : "org.apache.httpcomponents:httpcore:4.4.13",
httpmime : "org.apache.httpcomponents:httpmime:4.5.12",
launcher_api: fileTree( dir: "lib", include: "TunerStudioPluginAPI.jar" )
]
}