summaryrefslogtreecommitdiffhomepage
path: root/android/src/androidTest/AndroidManifest.xml
AgeCommit message (Collapse)AuthorFilesLines
2021-12-16Split Android project and app moduleAlbin1-8/+0
The purpose of this is to: * Comply better with the default Android project structure (see https://developer.android.com/studio/build). * Avoid conflicts between project and app dependencies and plugins.
2021-10-04Migrate from JCenter to mavenCentralAlbin1-0/+8
JCenter has been sunset and should no longer be relied on as per: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ The migration also required the following changes: * Updated Koin maven group id as per the official documentation at: https://insert-koin.io/docs/setup/v2/ * Bump MockK version due to old versions of one of its dependencies' (dexmaker) not being available at mavenCentral. * Fix mockK instrumentation lib issue.