-
Notifications
You must be signed in to change notification settings - Fork 52
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
Dependency update and migration to AndroidX #9
base: master
Are you sure you want to change the base?
Conversation
2) Git ignore file was updated. 3) A change log file was added.
…ns-plugin) was added to check for dependency updates. 2) Java compatibility upgraded to Java 1.8. 3) Unused definitions for a presentation layer that does not exist anymore were removed.
Very good migration but I am unable to execute instrumental tests |
1) Mockito Android 2.23.x is not compatible with current stable Android Gradle Plugin. Android Gradle Plugin 3.3.0-beta02 or higher is needed. See: mockito/mockito#1511 2) Koin 1.0.2 makes browser activity tests fail. It is probably an issue with the updated declareMock function. See: InsertKoinIO/koin#243
Hi,
Thanks for pointing this problem, |
Hi @xmellado thanks for response :) I've been trying to solve it by myself, and I submitted an issue to Koin team. Here you can view the issue https://github.com/InsertKoinIO/koin/issues/326 |
Hi, |
Hello,
I will use your template for a new project at work and we have decided to update its dependencies. I have updated all library versions and migrate everything to AndroidX, including tests. There is a changelog file with all the changes and I have added a plugin for checking dependency updates.
I hope you find it useful,
Xavi