Bump gradle to 4.2.2

This commit is contained in:
agnostic-apollo 2021-07-16 14:40:22 +05:00
parent f4e70678b1
commit f837ddef23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'
}
}