[SOLUTION]After, sdkbox import admob androidmanifest.xml google version error

After applying admob to sdkbox, an error occurs in androidmanifest.xml. How can I check out the Google Play service version?

Did you implement another google service method manually without sdkbox? eg. analytics

You can check your google play service version in version.xml, in your own project

Here is an example

Thank you!!!