Skip to content

Commit e36d10a

Browse files
fix(deps): update dependency com.android.tools.build:gradle to v7.2.2
| datasource | package | from | to | | ---------- | ------------------------------ | ----- | ----- | | maven | com.android.tools.build:gradle | 7.2.1 | 7.2.2 |
1 parent 955cadf commit e36d10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
mavenCentral()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:7.2.1'
11+
classpath 'com.android.tools.build:gradle:7.2.2'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313

1414
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)