diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-12-17 20:08:01 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-12-17 20:08:01 +0200 |
commit | 788176dcaa49ced35e9f441a820410bcd4f09cfe (patch) | |
tree | 5525f6eb32436802515063a699dc0dccc46aa70d /build.gradle | |
parent | 66d11270b27d1fb53458c96879d3d3ca37dfeccf (diff) | |
download | LibGui-788176dcaa49ced35e9f441a820410bcd4f09cfe.tar.gz LibGui-788176dcaa49ced35e9f441a820410bcd4f09cfe.tar.bz2 LibGui-788176dcaa49ced35e9f441a820410bcd4f09cfe.zip |
Add screen networking API, update to 1.16.43.3.0
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 074acc2..acb42bf 100644 --- a/build.gradle +++ b/build.gradle @@ -133,4 +133,4 @@ artifactory { } else { println "Cannot configure artifactory; please define ext.artifactoryUsername and ext.artifactoryPassword before running artifactoryPublish" } -}
\ No newline at end of file +} |