diff options
| author | ilotterytea <iltsu@alright.party> | 2024-10-25 20:43:49 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-10-25 20:43:49 +0500 |
| commit | 47d07aa915b12df456b62d395b1c1cbd8481bced (patch) | |
| tree | 8c6be0bd924e6aa816a35dd2f388103f7bda5f19 /build.gradle | |
| parent | 56f5e02f8fd97187d3794d1c2ccc75bee0033219 (diff) | |
feat: now everyone on discord knows you are petting maxon
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index c6c5f92..b0da9b6 100644 --- a/build.gradle +++ b/build.gradle @@ -41,6 +41,7 @@ allprojects { gdxControllersVersion = '2.2.1' kotlinVersion = '1.7.21' gltfVersion = '2.2.1' + discordSdkVersion = '5cdac341e3' } repositories { @@ -105,6 +106,7 @@ project(":core") { implementation 'ch.qos.logback:logback-classic:1.2.10' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion" implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion" + implementation "com.github.JnCrMx:discord-game-sdk4j:$discordSdkVersion" } compileJava.dependsOn writeAllAssetsToFile |
