Set gradle version to static 3.6.4 instead of dynamic 3.+

This commit is contained in:
Patric Karlström 2021-01-13 15:07:18 +01:00
parent 1eed13e889
commit fd5ffb1e50

View file

@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.+'
classpath 'com.android.tools.build:gradle:3.6.4'
classpath 'com.google.gms:google-services:4.2.0'
// NOTE: Do not place your application dependencies here; they belong