Page MenuHomeGitPull.it

Move actual source code to subdirectory
Closed, ResolvedPublic

Description

Now, the source code is in "src/", but as I wanted to do tests, I realized that everyone has "src/main" for the actual app code, and "src/test" and "src/androidTest" for testing code. We force this assumption "src"==> "src/main" in the build.gradle, so adding lines like "testImplementation" and "androidTestImplementation" don't really work.

We need to move the source code to "src/main".

Event Timeline

fabio.mazza created this task.

This will break the F-Droid pipeline. Let's remember to update that after closing this.

fabio.mazza claimed this task.

This is actually DONE!