Skip to content

Commit

Permalink
Use updated getVersion() API on android. (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjliu15 authored Oct 27, 2022
1 parent 695c59d commit 37fc60d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void disableMediationInitialization(@NonNull Context context) {

/** Wrapper for getVersionString. */
public String getVersionString() {
return MobileAds.getVersionString();
return MobileAds.getVersion().toString();
}

/** Wrapper for getRequestConfiguration. */
Expand Down

0 comments on commit 37fc60d

Please sign in to comment.