Closed kotoMJ closed 5 years ago
Will try to reduce need for dependency definition this way: https://android.jlelse.eu/releasing-multi-module-android-library-in-gradle-7286cd667b4b
This is fixed in https://github.com/kotoMJ/security-showcase-android/tree/developV3
dependencies {
api("cz.kotox:android-keystore-compat-kplus:${versions.keystore_compat}")
}
Current installation requires to define
android-keystore-compat
itself. But it also requires to list all implementation dependencies.Fix this ugly installation requirement to simplify gradle definition