diff options
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index f4e6069..f1338d7 100644 --- a/build.gradle +++ b/build.gradle @@ -63,6 +63,7 @@ project(":android") { natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86" natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86_64" implementation "androidx.core:core:$androidXVersion" + implementation "com.google.android.gms:play-services-ads:$playAdsVersion" } } |
