aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorLena <lena@omega>2026-08-16 00:00:00 +0000
committerLena <lena@omega>2026-08-16 00:00:00 +0000
commit8c6390571d28ff21a98ed3802458aceddbb6d2a0 (patch)
tree1903e6a19389b127d4857f20a8cf06195d68daae /build.gradle
parent0e8a87f2ad2bd40d34996374aebb6dff070e4b5f (diff)
downloadrsend-8c6390571d28ff21a98ed3802458aceddbb6d2a0.tar.gz
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.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
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
}