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
1 changed files with 1 additions and 1 deletions

View File

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