common module has testFixtures enabled. Test code that was dubplicated between modules, is now placed in the following classes:
CDSMockHelper
TempDirHelper
StringTestData
txsdk and cli modules rely on the common's testFixtures. Code was deleted and references were refactored.
We used to set the following flag in the javadoc documentation: links 'https://docs.oracle.com/javase/7/docs/api/' This no longer works and the sitation with Java and its documentation is currently a mess. Luckily, 'https://d.android.com/reference' provides documentation for Java classes, so we can safely delete it.
Gradle configuration has been modernized:
we now make use of settings.gradle
we declare application and library plugins
Gradle has been updated to 7.4
AGP has been updated to 7.3
common module has testFixtures enabled. Test code that was dubplicated between modules, is now placed in the following classes:
txsdk and cli modules rely on the common's testFixtures. Code was deleted and references were refactored.
We used to set the following flag in the javadoc documentation:
links 'https://docs.oracle.com/javase/7/docs/api/'
This no longer works and the sitation with Java and its documentation is currently a mess. Luckily, 'https://d.android.com/reference' provides documentation for Java classes, so we can safely delete it.Gradle configuration has been modernized:
Gradle has been updated to 7.4 AGP has been updated to 7.3
The following class renames occured: