chore(deps): bump gradle deps (#22344)

bump deps
This commit is contained in:
Mert
2025-09-23 20:47:23 -04:00
committed by GitHub
parent 38226fd240
commit ad0b96a1e5
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
allprojects {
ext.kotlin_version = '2.0.20'
ext.kotlin_version = '2.2.20'
repositories {
google()
@@ -16,8 +16,8 @@ subprojects {
if (project.plugins.hasPlugin("com.android.application") ||
project.plugins.hasPlugin("com.android.library")) {
project.android {
compileSdkVersion 35
buildToolsVersion "35.0.0"
compileSdkVersion 36
buildToolsVersion "36.0.0"
}
}
}