From 66468132470d8fb18749e294135b10d8d3392fd9 Mon Sep 17 00:00:00 2001 From: Sergejs Luhmirins Date: Tue, 13 Jan 2026 10:42:58 +0200 Subject: [PATCH] Update dependency version --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index ee0f73d..d3808ae 100644 --- a/build.gradle +++ b/build.gradle @@ -7,9 +7,9 @@ buildscript { maven { url "https://plugins.gradle.org/m2/" } } dependencies { - classpath "com.android.tools.build:gradle:8.12.2" - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20" - classpath "com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.34.0" + classpath "com.android.tools.build:gradle:8.13.2" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21" + classpath "com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.35.0" } } @@ -82,8 +82,8 @@ android { } dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.20" - implementation 'androidx.activity:activity-ktx:1.10.1' + implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.21" + implementation "androidx.activity:activity-ktx:1.12.2" testImplementation "junit:junit:4.13.2" testImplementation "androidx.test.ext:junit:1.3.0"