From bf92a7db7233719a8aad44abc7a2634471eef76b Mon Sep 17 00:00:00 2001 From: Articdive <13535885+Articdive@users.noreply.github.com> Date: Mon, 22 Feb 2021 21:01:38 +0100 Subject: [PATCH] Include commons-codec for digest utilities. --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index d910ee39a..bfdddecba 100644 --- a/build.gradle +++ b/build.gradle @@ -121,6 +121,9 @@ dependencies { // https://mvnrepository.com/artifact/com.google.code.gson/gson api 'com.google.code.gson:gson:2.8.6' + // https://mvnrepository.com/artifact/commons-codec/commons-codec + api 'commons-codec:commons-codec:1.15' + // Noise library for terrain generation // https://jitpack.io/#Articdive/Jnoise api 'com.github.Articdive:Jnoise:1.0.0'