0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +02:00

Update build tools

This commit is contained in:
Markus Fisch 2024-05-27 19:39:46 +02:00
parent cc2b2f076b
commit 607aab854c

View File

@ -1,7 +1,7 @@
buildscript {
ext {
kotlin_version = '1.9.22'
tools_version = '8.4.0'
tools_version = '8.4.1'
sdk_version = 34
support_version = '25.3.1'
}