Revert "Add CI with GitHub Actions (#4078)"

This reverts commit 52ab160d38.
This commit is contained in:
Adam Jones 2020-12-21 21:40:57 +00:00 committed by GitHub
parent 52ab160d38
commit 950e102374
3 changed files with 3 additions and 20 deletions

View file

@ -7,7 +7,7 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "com.hiya:jacoco-android:0.2"
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"