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

Update Kotlin version

This commit is contained in:
Markus Fisch 2023-03-15 20:52:58 +01:00
parent 352fe07850
commit 89c84880c6

View File

@ -1,6 +1,6 @@
buildscript {
ext {
kotlin_version = '1.7.20'
kotlin_version = '1.7.21'
tools_version = '7.4.2'
sdk_version = 33
support_version = '25.3.1'