mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-16 02:47:44 -05:00
and remove sharedTest symlink hack. The shared tests are now a proper gradle module to avoid issues with using the same source files in different modules.
6 lines
114 B
Groovy
6 lines
114 B
Groovy
include ':app'
|
|
include ':libs:sharedTest'
|
|
include ':libs:download'
|
|
include ':libs:index'
|
|
include ':libs:database'
|