Remove obsolete databinding-compiler
This commit is contained in:
@@ -4,7 +4,6 @@ apply plugin: 'com.github.ben-manes.versions'
|
||||
|
||||
buildscript {
|
||||
ext {
|
||||
androidPluginVersion = '3.2.0-rc03'
|
||||
kotlinVersion = '1.2.70'
|
||||
androidxVersion = '1.0.0-rc02'
|
||||
}
|
||||
@@ -16,7 +15,7 @@ buildscript {
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:$androidPluginVersion"
|
||||
classpath "com.android.tools.build:gradle:3.2.0-rc03"
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0'
|
||||
classpath 'com.google.gms:google-services:4.1.0'
|
||||
classpath 'io.fabric.tools:gradle:1.25.4'
|
||||
|
||||
@@ -40,7 +40,6 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
kapt "androidx.databinding:databinding-compiler:$androidPluginVersion"
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation "androidx.browser:browser:$androidxVersion"
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2'
|
||||
|
||||
Reference in New Issue
Block a user