From df710647fedb759ff8fab99b1b02ccb04acd54de Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 6 May 2024 17:38:27 -0700 Subject: [PATCH] Update Kotlin to match the rest of the samples. Not actually a proper upgrade, but the other samples that use Kotlin are all on 1.7.21. --- exceptions/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exceptions/build.gradle b/exceptions/build.gradle index 17bea63ad..794fd42ba 100644 --- a/exceptions/build.gradle +++ b/exceptions/build.gradle @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '8.4.0' apply false - id 'org.jetbrains.kotlin.android' version '1.7.20' apply false + id 'org.jetbrains.kotlin.android' version '1.7.21' apply false }