fix compilation with Gradle to account for GeoIP2 and systray changes

This commit is contained in:
zab2
2019-01-13 14:04:03 +00:00
parent 4283d71b92
commit cf27938983
2 changed files with 1 additions and 2 deletions

View File

@@ -10,4 +10,5 @@ dependencies {
compile project(':core')
compile project(':router')
compile project(':installer')
compile project(':apps:systray')
}