diff --git a/build.gradle b/build.gradle index 66cd0f9d..fb675e1c 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ buildscript { } dependencies { - classpath "com.android.tools.build:gradle:4.0.1" + classpath 'com.android.tools.build:gradle:4.2.0-alpha04' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 73d07cac..4419a7dc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue Jul 21 12:30:56 GET 2020 +#Tue Jul 21 13:22:02 GET 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-rc-1-all.zip diff --git a/play-services-core/build.gradle b/play-services-core/build.gradle index 14bba98e..18fc850c 100644 --- a/play-services-core/build.gradle +++ b/play-services-core/build.gradle @@ -57,8 +57,8 @@ android { } - dataBinding { - enabled = true + buildFeatures { + dataBinding = true } sourceSets {