Remove jetifier buildscript plugin

This commit is contained in:
Frieder Bluemle 2020-01-31 16:51:40 -08:00
parent 8767d2ed3d
commit 2f07d90fd0
No known key found for this signature in database
GPG Key ID: EEAAFC3A01B5FFC6
1 changed files with 2 additions and 5 deletions

View File

@ -1,13 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.61'
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta08'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
@ -15,9 +12,9 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
google()
}
}