S2-group / NAPPA

Implementation of a navigation-aware technique for personalized prefetching of network requests of Android apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplify importing the Prefetching Library in the test app

sshann opened this issue · comments

Use flat directory repository feature in Gradle build file to import the library. Pros:

  • The library is not added as a module
  • Avoid stale data when upgrading the library

Use this rejected PR as reference