updated kotlin version

This commit is contained in:
Mariotaku Lee 2017-05-02 10:59:27 +08:00
parent 494e748c5d
commit 11fd97f7b5
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -31,5 +31,8 @@ Thumbs.db
/captures
/reports
# Temp files
/temp
# JRE error dumps
hs_err_*.log

View File

@ -28,7 +28,7 @@ subprojects {
buildscript {
ext {
libVersions = [
Kotlin : '1.1.2',
Kotlin : '1.1.2-2',
SupportLib : '25.3.1',
MariotakuCommons : '0.9.15',
RestFu : '0.9.54',