Update dependencies

This commit is contained in:
topjohnwu
2019-02-07 00:37:40 -05:00
parent bbdfed2d5a
commit f0639390aa
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ dependencies {
api project(':signing')
api 'org.kamranzafar:jtar:2.3'
def libsuVersion = '2.3.0'
def libsuVersion = '2.3.1'
api "com.github.topjohnwu.libsu:core:${libsuVersion}"
api "com.github.topjohnwu.libsu:io:${libsuVersion}"
}