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

Update tools version

This commit is contained in:
Markus Fisch 2019-10-06 17:06:28 +02:00
parent c4f7189435
commit cb82374712

View File

@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.3.31'
ext.tools_version = '3.4.2'
ext.tools_version = '3.5.1'
ext.build_tools_version = '28.0.3'
ext.sdk_version = 28
ext.support_version = '25.3.1'