modify gradle files to fix breakpoints and fix playback repeat regression

This commit is contained in:
dkanada 2020-05-18 20:48:27 +09:00
commit 5534170f9f
3 changed files with 7 additions and 3 deletions

View file

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