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

Update tools and Kotlin version

This commit is contained in:
Markus Fisch 2019-02-24 15:13:07 +01:00
parent 2ae859511f
commit a2b264708d

View File

@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.3.11'
ext.tools_version = '3.3.0'
ext.kotlin_version = '1.3.21'
ext.tools_version = '3.3.1'
ext.build_tools_version = '28.0.3'
ext.sdk_version = 28
ext.support_version = '25.3.1'