ACardEmulator: upgrade to gradle and -plugin

This commit is contained in:
Frank Morgner
2022-01-26 16:49:13 +01:00
parent 7dfe39b67d
commit 8d5247c44d
4 changed files with 15 additions and 38 deletions

View File

@@ -2,13 +2,11 @@
buildscript {
repositories {
maven {
url 'https://maven.google.com'
}
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
// NOTE: Do not place your application dependencies here; they belong
@@ -18,9 +16,7 @@ buildscript {
allprojects {
repositories {
maven {
url 'https://maven.google.com'
}
jcenter()
google()
}
}