0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 03:52:16 +02:00

Update Kotlin and tools version

This commit is contained in:
Markus Fisch 2018-04-28 11:54:11 +02:00
parent d5543d0c39
commit 9afc7fcc62

View File

@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.2.21'
ext.tools_version = '3.1.0'
ext.kotlin_version = '1.2.30'
ext.tools_version = '3.1.2'
ext.build_tools_version = '27.0.3'
ext.sdk_version = 27
ext.support_version = '25.3.1'