Author: Adam Evyčędo <git@apiote.xyz>
update gradle
build.gradle | 4 ++--
diff --git a/build.gradle b/build.gradle index ec17768e78cd5c3819e1d1a71950aed04334e679..5fcb880cbf50025140a0b5aa466ff4a2818796bc 100644 --- a/build.gradle +++ b/build.gradle @@ -4,8 +4,8 @@ // SPDX-License-Identifier: GPL-3.0-or-later // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.3.0' apply false - id 'com.android.library' version '8.3.0' apply false + id 'com.android.application' version '8.3.2' apply false + id 'com.android.library' version '8.3.2' apply false id 'org.jetbrains.kotlin.android' version '1.7.10' apply false id 'org.jetbrains.kotlin.jvm' version '1.7.20' apply false id "org.jetbrains.kotlin.plugin.parcelize" version "1.8.20" apply false