android-dynamic-code-loading icon indicating copy to clipboard operation
android-dynamic-code-loading copied to clipboard

The release variant not work

Open zainalfh opened this issue 3 years ago • 0 comments

I just follow this post on medium and make some feature with same structure. on debug variant everything is fine, but on release variant and upload it to playstore didn't work as expected.

I use latest dagger version : 2.42

I guess this line return null instance : https://github.com/googlesamples/android-dynamic-code-loading/blob/36a30e84c998fae611b2b54a95c318108d1af3db/app/src/dagger/java/com/google/android/samples/dynamiccodeloading/di/BaseDagger.kt#L63

I have asked on SO and not have answer yet. Thanks in advance.

zainalfh avatar Jun 22 '22 01:06 zainalfh