Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is that .jar files located in app/src/androidTest/assets ? #918

Open
0x62c734ec opened this issue Feb 2, 2025 · 1 comment
Open

Comments

@0x62c734ec
Copy link

0x62c734ec commented Feb 2, 2025

Few .jar files located here: https://github.com/Droid-ify/client/tree/main/app/src/androidTest/assets:

  • fdroid_index_v1.jar
  • index-v1.jar
  • izzy_index_v1.jar

Is that essential dependencies to function? What are these dependencies? Where from they are? Can I build functioning Droid-ify client without these dependencies and if answer is NOT so where I can find source code of these dependencies? I asking cause no information provided in README nor on any links from README.

@Iamlooker
Copy link
Member

They are just jar files inside which the fdroid index is,I am using them to test the new indexers. Yes you can compile without them, just delete all the tests(test/androidTest) for your system and compile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants