Update to AGP 4.1.0

This commit is contained in:
Cameron Gutman
2020-10-17 21:54:31 -05:00
parent fc8bc5ba1e
commit 6a4abdd74c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.2'
classpath 'com.android.tools.build:gradle:4.1.0'
}
}