check AdMob SDK version #4369
Answered
by
mikehardy
lucasaugustin
asked this question in
Q&A
-
Hi guys. I need to check what version of AdMob and GMA SDK this module is using, but i don't find it in any documentations or file. |
Beta Was this translation helpful? Give feedback.
Answered by
mikehardy
Oct 8, 2020
Replies: 1 comment
-
It's a transitive dependency. For Android you want |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andersonaddo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a transitive dependency. For Android you want
cd android && ./gradlew :app:dependencies
and on iOS it'scd ios && cat Podfile.lock