From 91e54bfe44b82b80aaef956469d1b505a4d9baae Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 3 Jan 2025 17:53:47 +0500 Subject: feat: advertisement (i'm hungry PLEASE I NEED MONEY FOR FOOD) --- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') 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" } } -- cgit v1.2.3