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

Update Kotlin version

This commit is contained in:
Markus Fisch 2024-09-17 22:37:08 +02:00
parent 27789beeed
commit 807f075a51

View File

@ -1,6 +1,6 @@
buildscript {
ext {
kotlin_version = '1.9.22'
kotlin_version = '2.0.20'
tools_version = '8.5.1'
sdk_version = 34
support_version = '25.3.1'