From 8c6390571d28ff21a98ed3802458aceddbb6d2a0 Mon Sep 17 00:00:00 2001 From: Lena Date: Sun, 16 Aug 2026 00:00:00 +0000 Subject: build: pin and verify release inputs Support Alpine/musl and Debian/glibc hosts, lock downloaded and Gradle artifacts, and verify native and APK security properties. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 96d7c9c..8f4c7fe 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ // Plugin versions are pinned here; see also the `versions` file. plugins { id 'com.android.application' version '8.7.3' apply false - id 'org.jetbrains.kotlin.android' version '2.0.21' apply false + id 'org.jetbrains.kotlin.android' version '2.3.20' apply false } -- cgit v1.2.3