Merge pull request #80 from Maxr1998/build-tools
Remove explicit R8 and build tools definition
This commit is contained in:
commit
a8370698e2
2 changed files with 0 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion '28.0.3'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 19
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue