From c59d041d0fae358fb5d9ae4f971453a6543ff79e Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 9 Dec 2020 17:58:12 +0100 Subject: [PATCH] Upgrade settings --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 52d31784..2953755c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' -apply plugin: 'kotlin-android-extensions' +//apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-kapt' apply plugin: 'realm-android' // Crashlytics diff --git a/build.gradle b/build.gradle index 700d643c..dc1c6d1d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.10' + ext.kotlin_version = '1.4.21' repositories { google() jcenter()