Merge pull request #80 from Maxr1998/build-tools

Remove explicit R8 and build tools definition
This commit is contained in:
dkanada 2020-08-27 11:41:43 +09:00 committed by GitHub
commit a8370698e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 28 compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 19

View file

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