From ece665dbfd3c98ace75fae56e6410959ce657fb0 Mon Sep 17 00:00:00 2001 From: Florina Muntenescu Date: Wed, 7 Oct 2020 10:23:19 +0100 Subject: [PATCH] Updating to alpha07 --- app/build.gradle | 4 ++-- build.gradle | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a2f57917..e403b39f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,8 +46,8 @@ android { targetCompatibility 1.8 } - viewBinding { - enabled = true + buildFeatures { + viewBinding = true } } diff --git a/build.gradle b/build.gradle index 8f295848..8c6cca3b 100644 --- a/build.gradle +++ b/build.gradle @@ -17,13 +17,13 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.72' + ext.kotlin_version = '1.4.10' repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.0.0' + classpath 'com.android.tools.build:gradle:4.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } @@ -50,7 +50,7 @@ ext { materialVersion = '1.1.0' lifecycleVersion = '2.2.0' roomVersion = '2.3.0-alpha02' - pagingVersion = '3.0.0-alpha03' + pagingVersion = '3.0.0-alpha07' retrofitVersion = '2.7.2' okhttpLoggingInterceptorVersion = '4.0.0' coroutines = '1.3.7'