I am trying to integrate 'com.amplifyframework:aws-auth-cognito:1.3.0' into android application. When I do debug/release build, I can see two application with same app name. 1st application is my development app & 2nd application is _Amplify Developer Menu._
How to avoid or stop installing 2nd application[i.e Amplify Developer Menu] as attached on screenshot below.
Note: I am not facing this issue on release_v1.2.0

Thanks @shanmugpriyan306! We're looking at this right now.
Sorry for the trouble - we found the issue and are deploying a patch release now to address it. Will update this ticket when it's live.
Patch is released - please update to 1.3.1. Thanks again for alerting us about this and sorry for the inconvenience.
This issue again coming on 1.4.1 version. @TrekSoft @jpignata
I just tested on 1.4.1 and am not seeing it. Could you try on a fresh project just to see if it's something specific with your current project? If you can't figure it out from there post the contents of your AndroidManifest.xml and build.gradle and I'll take a look.
Use this in the Application class, Kotlin code
val config = AmplifyConfiguration.builder(applicationContext).devMenuEnabled(false).build()
Amplify.configure(config, applicationContext)
@mihirap are you responding to me as far as how to replicate the behavior @shanmugpriyan306 is reporting or are you replying to him with what he should do?
@TrekSoft I replying to @shanmugpriyan306 that he can use the above code to avoid the issue 馃憤