summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-01-03 17:53:47 +0500
committerilotterytea <iltsu@alright.party>2025-01-03 17:53:47 +0500
commit91e54bfe44b82b80aaef956469d1b505a4d9baae (patch)
tree230a12a0f48bc44b0e290d93b7c21838dc35ac16 /build.gradle
parentcc1c51f9aa30a1a57623b29b8ac709de7bcef2f7 (diff)
feat: advertisement (i'm hungry PLEASE I NEED MONEY FOR FOOD)
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
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"
}
}