From 16d1eda0d4da5207041608df857b0de6da9c367d Mon Sep 17 00:00:00 2001 From: Mygod Date: Tue, 18 Sep 2018 20:11:28 +0800 Subject: [PATCH] Remove obsolete databinding-compiler --- build.gradle | 3 +-- mobile/build.gradle | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index bb83ca68..21440af6 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/mobile/build.gradle b/mobile/build.gradle index c8476eeb..229796d3 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -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'