Upgrade to Gradle 8.2.2

This commit is contained in:
Anay Wadhera
2024-04-09 17:09:32 +00:00
parent f788b89190
commit 274ba757a7
+1 -1
View File
@@ -16,6 +16,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.application") version "8.2.2" apply false
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
}