From 2128a08062f3687de998dd37bd97407659c27678 Mon Sep 17 00:00:00 2001 From: R0bbyYT Date: Sun, 2 May 2021 12:50:18 +0200 Subject: [PATCH] Update the JNoise library from 1.0.0 to 2.1.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d8f431fc1..20b6b5125 100644 --- a/build.gradle +++ b/build.gradle @@ -141,7 +141,7 @@ dependencies { // Noise library for terrain generation // https://jitpack.io/#Articdive/Jnoise - api 'com.github.Articdive:Jnoise:1.0.0' + api 'com.github.Articdive:Jnoise:2.1.0' // https://mvnrepository.com/artifact/org.rocksdb/rocksdbjni api 'org.rocksdb:rocksdbjni:6.16.4'