From f1d9765a2a369a0b380aadd3311cb75c9bb81e83 Mon Sep 17 00:00:00 2001 From: Yang Date: Thu, 26 May 2022 11:29:00 +1000 Subject: [PATCH] Update Kotlin and AGP in test-fixture. --- test-fixture/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-fixture/build.gradle b/test-fixture/build.gradle index 8422a812..dacf921a 100644 --- a/test-fixture/build.gradle +++ b/test-fixture/build.gradle @@ -1,13 +1,13 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.6.10' + ext.kotlin_version = '1.6.21' repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:7.1.2' + classpath 'com.android.tools.build:gradle:7.2.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong