Let's say I have the following import inside my application build.gradle
file:
implementation "com.facebook.android:facebook-android-sdk:4.28.0"
I want to see the AndroidManifest.xml
of this package. How do I go about doing this?
You can check it in your AS,For example,I want to check com.android.support:design-27.0.2's AndroidManifest.xml file
step 3
Reedit for step 1