Skip to content

Commit b9a8b61

Browse files
committed
Update Gradle & PlatformSDK
- Update Android Gradle Plugin version to 7.4.1
1 parent 0cc499e commit b9a8b61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'com.android.application' version '7.4.0' apply false
3-
id 'com.android.library' version '7.4.0' apply false
2+
id 'com.android.application' version '7.4.1' apply false
3+
id 'com.android.library' version '7.4.1' apply false
44
id 'org.jetbrains.kotlin.android' version '1.7.22' apply false
55
}
66

0 commit comments

Comments
 (0)