Skip to content

Commit d9c3167

Browse files
Update Gradle Tools to 7.4.1
1 parent ed7c7e7 commit d9c3167

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.2.1'
9+
def gradleToolsVersion = "7.4.1"
10+
classpath "com.android.tools.build:gradle:${gradleToolsVersion}"
1011
}
1112
}
1213

0 commit comments

Comments
 (0)