Files
fdroidclient/settings.gradle
Torsten Grote 72bdf58210 Move libraries into their own folder
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.
2022-07-25 10:47:45 -03:00

6 lines
114 B
Groovy

include ':app'
include ':libs:sharedTest'
include ':libs:download'
include ':libs:index'
include ':libs:database'