Use Android Gradle Plugin 3.6.0

This commit is contained in:
Dominik Schürmann 2020-07-14 21:34:39 +02:00
parent 44c284d723
commit fa209c457f

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() // download from jCenter as last resort https://blog.autsoft.hu/a-confusing-dependency jcenter() // download from jCenter as last resort https://blog.autsoft.hu/a-confusing-dependency
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.0.0' classpath 'com.android.tools.build:gradle:3.6.0'
} }
} }
allprojects { allprojects {