diff options
| author | ilotterytea <iltsu@alright.party> | 2025-01-04 19:05:37 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-01-04 19:05:37 +0500 |
| commit | 53958edbe7519dc7e842d896d0ada1e0c5cb859a (patch) | |
| tree | 9e7b182a9b8c780cae3741db73bb942b9b5651f8 /build.gradle | |
| parent | 6053418526536a932f9e6ad51e648b7098eeb2da (diff) | |
upd: logback version
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 f1338d7..5048921 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,9 @@ project(":core") { api "de.golfgl.gdxgamesvcs:gdx-gamesvcs-core:$gamesvcsVersion" api "com.github.mgsx-dev.gdx-gltf:gltf:$gltfVersion" implementation "com.google.code.gson:gson:$gsonVersion" + implementation "org.slf4j:slf4j-api:$slf4jVersion" implementation "ch.qos.logback:logback-classic:$logbackVersion" + implementation "ch.qos.logback:logback-core:$logbackVersion" implementation "com.github.JnCrMx:discord-game-sdk4j:$discordSdkVersion" } |
