mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-09 00:08:41 +01:00
updated kotlin version
This commit is contained in:
parent
494e748c5d
commit
11fd97f7b5
3
.gitignore
vendored
3
.gitignore
vendored
@ -31,5 +31,8 @@ Thumbs.db
|
|||||||
/captures
|
/captures
|
||||||
/reports
|
/reports
|
||||||
|
|
||||||
|
# Temp files
|
||||||
|
/temp
|
||||||
|
|
||||||
# JRE error dumps
|
# JRE error dumps
|
||||||
hs_err_*.log
|
hs_err_*.log
|
@ -28,7 +28,7 @@ subprojects {
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
libVersions = [
|
libVersions = [
|
||||||
Kotlin : '1.1.2',
|
Kotlin : '1.1.2-2',
|
||||||
SupportLib : '25.3.1',
|
SupportLib : '25.3.1',
|
||||||
MariotakuCommons : '0.9.15',
|
MariotakuCommons : '0.9.15',
|
||||||
RestFu : '0.9.54',
|
RestFu : '0.9.54',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user