diff options
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index e1bbdf79..a44f0e96 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,4 @@ + allprojects { repositories { google() @@ -7,7 +8,7 @@ allprojects { buildscript { ext { - agpVersion = '3.6.1' + agpVersion = '3.6.2' annotationsVersion = '1.1.0' appcompatVersion = '1.1.0' bintrayPluginVersion = '1.8.4' |