diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-01-23 22:13:53 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-01-23 22:13:53 +0200 |
commit | cf556dd0fdf2d5bf142fdff0c39d3711232d67e3 (patch) | |
tree | 666a085d33e8bdb626876126cee2e431e42a6414 /build.gradle | |
parent | 85dff99bf9edef1ee6e28b0959d2d39234d95cf9 (diff) | |
download | LibGui-cf556dd0fdf2d5bf142fdff0c39d3711232d67e3.tar.gz LibGui-cf556dd0fdf2d5bf142fdff0c39d3711232d67e3.tar.bz2 LibGui-cf556dd0fdf2d5bf142fdff0c39d3711232d67e3.zip |
Add support for loading nine-patch metadata from resource packs
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 0bf075b..1bd45f8 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { compileOnly ("com.google.code.findbugs:jsr305:3.0.2") { transitive = false } - def modmenu = "1.8.1+build.17" + def modmenu = "1.8.5+build.23" modCompileOnly "io.github.prospector:modmenu:$modmenu" modRuntime "io.github.prospector:modmenu:$modmenu" // for testing } |