Skip to content

Commit 594128d

Browse files
committed
chore(deps): update dependency com.android.tools.build:gradle to v4.2.2
1 parent a907392 commit 594128d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ buildscript {
3333
jcenter()
3434
}
3535
dependencies {
36-
classpath("com.android.tools.build:gradle:4.1.0")
36+
classpath("com.android.tools.build:gradle:4.2.2")
3737
}
3838
}
3939
}

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
jcenter()
1414
}
1515
dependencies {
16-
classpath("com.android.tools.build:gradle:4.1.0")
16+
classpath("com.android.tools.build:gradle:4.2.2")
1717
// NOTE: Do not place your application dependencies here; they belong
1818
// in the individual module build.gradle files
1919
}

0 commit comments

Comments
 (0)