I have uploaded the Application to the Google Play console and they gave me warning to update the app to the TargetSDKversion 26 or above which i have already did in the Adnroid Manifest File. However, I am concerned about the Manifest File of the External libraries i am using like glide and all.
is there a way to check the Android Manifest File of the SDK and other libraries include in the project?
I want to know the Target version they are using. Can i check it on Android Studio?