Update tools version and gradle wrapper

This commit is contained in:
Markus Fisch
2024-03-17 13:52:49 +01:00
parent 3c7012e3c4
commit 2dcf7772f2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
buildscript {
ext {
kotlin_version = '1.9.22'
tools_version = '8.2.2'
tools_version = '8.3.0'
sdk_version = 34
support_version = '25.3.1'
}