Skip to content

Commit f4b835f

Browse files
committed
Update Android Gradle Plugin to 7.4.0
1 parent c7ed389 commit f4b835f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//file:noinspection unused
22
plugins {
3-
id 'com.android.application' version '7.3.1' apply false
4-
id 'com.android.library' version '7.3.1' apply false
3+
id 'com.android.application' version '7.4.0' apply false
4+
id 'com.android.library' version '7.4.0' apply false
55
id 'org.jetbrains.kotlin.android' version '1.7.22' apply false
66
}
77

0 commit comments

Comments
 (0)