Remove explicit R8 and build tools definition

They're imported and set by default, so no need to define them
This commit is contained in:
Maxr1998 2020-08-23 17:43:19 +02:00
commit cce8bdb9c2
No known key found for this signature in database
GPG key ID: 3BA0CD3A11CDF7B8
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@ buildscript {
}
dependencies {
classpath 'com.android.tools:r8:2.0.88'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}